Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
harshustle committed Jul 5, 2024
2 parents 8dd16c7 + bb2e666 commit 56a6694
Show file tree
Hide file tree
Showing 464 changed files with 77,424 additions and 0 deletions.
Binary file added 2ndYearProject/AA17kEr3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2ndYearProject/PROJECT.rar
Binary file not shown.
55 changes: 55 additions & 0 deletions 2ndYearProject/about.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
body {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
margin: 0;
padding: 0;
background-image: url('/milad-fakurian-VbC-EiOTDqA-unsplash.jpg');
background-size: cover;
background-position: center;
}

header {
background-color: #000000;
color: #fff;
padding: 20px;
text-align: center;
}

h1 {
margin: 0;
}

section {
padding: 20px;
}

.container {

background-image: url('/milad-fakurian-VbC-EiOTDqA-unsplash.jpg');
background-size: cover;
background-position: center;
max-width: 900px;
margin: 0 auto;
}

footer {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
}

.container h2{
color: #fff;
justify-content: baseline;
text-align: center;
margin: 20px;
border: 1px solid orange;
padding: 10px;
}

.container p{
color: #fff;
justify-content: center;
text-align: center;
word-spacing: 10px;
}
102 changes: 102 additions & 0 deletions 2ndYearProject/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Social Medium Management</title>
<link rel="stylesheet" href="style.css">
<style>
ul {
float: right;
justify-content: right;
text-align: right;
display: flex;
}
</style>
</head>

<body>

<div class="main">
<div class="navbar">
<h2 class="logo">HarX Services</h2>
<div class="menu">
<ul>

<li><a href="\index.html">HOME</a></li>
<li><a href="\service.html">SERVICE</a></li>
<li>
<div class="dropdown">
<button class="dropbtn">SignUp/LogIn</button>
<div class="dropdown-content">
<a href="/signupindex.html">SIGN UP</a>
<a href="/login.html">LOG IN</a>
</div>
</div>
</li>
<li><a href="\about.html">ABOUT</a></li>
<li><a href="/contact.html">CONTACT</a></li>
</ul>


</div>

</div>

<div class="content">
<h1>Online <span>Digital Services</span></h1> <br>
<h2>We are here to give you the <br>
best services </h2>

<p>The vision of digital services is to enable individuals, businesses, and organizations to seamlessly
access and utilize technology to enhance their daily lives and operations. Digital services encompass a
wide range of offerings, including but not limited to:
<li>
Communication tools: such as email, messaging apps, and video conferencing platforms that allow
people
to connect and collaborate remotely.
</li>
<li>Online marketplaces: platforms that connect buyers and sellers, enabling transactions of goods and
services through e-commerce.
</li>
<li>Entertainment: streaming services for music, movies, and TV shows that can be accessed on-demand.
</li>
<li>Education and e-learning: digital services that provide access to educational materials, courses,
and
training programs.</li>

<li>Financial services: online banking, payment platforms, and other financial tools that enable secure
and
efficient transactions.</li>
</ul>

The vision for digital services is to provide access to these offerings in a user-friendly and
accessible manner, ensuring that all individuals can benefit from the advantages of technology. Digital
services also have the potential to democratize access to information and resources, enabling
individuals and organizations in developing countries and underserved communities to bridge the digital
divide and participate in the global digital economy.




Regenerate response
</p>




</div>
</div>
</div>
</div>
<footer class="bo">
<div class="boxa">
<div class="boxb"></div>
<div class="boxc"></div>
<div class="boxd"></div>
</div>
</footer>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
</body>

</html>
64 changes: 64 additions & 0 deletions 2ndYearProject/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>contactform</title>
</head>
<body>

<div class="main">
<div class="navbar">
<h2 class="logo">HarX Services</h2>
<div class="menu">

<ul>

<li><a href="\index.html">HOME</a></li>
<li><a href="\service.html">SERVICE</a></li>
<li>
<div class="dropdown">
<button class="dropbtn">SignUp/LogIn</button>
<div class="dropdown-content">
<a href="/signupindex.html">SIGN UP</a>
<a href="/login.html">LOG IN</a>
</div>
</div>
</li>
<li><a href="\about.html">ABOUT</a></li>
<li><a href="/contact.html">CONTACT</a></li>
</ul>

</div>

</div>
<div class="contact">
<h3 class="heading">Contact Form</h3>
<form action="/action_page.php" id="contactform">
<label for="fname">First Name</label>
<input type="text" id="fname" name="firstname" placeholder="Your name..">

<label for="lname">Last Name</label>
<input type="text" id="lname" name="lastname" placeholder="Your last name..">

<label for="country">Country</label>
<select id="country" name="country">
<option value="India">India</option>
<option value="australia">Australia</option>
<option value="canada">Canada</option>
<option value="usa">USA</option>
<option value="Korea">Korea</option>
<option value="London">London</option>
</select>

<label for="subject">Subject</label>
<textarea id="subject" name="subject" placeholder="Write something.." style="height:200px"></textarea>

<input type="submit" value="Submit">
</form>
</div>

</body>
</html>
Binary file added 2ndYearProject/digitalmarketing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions 2ndYearProject/first1.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@



.container {
display: flex;
justify-content: space-between;
}

.image-section, .content-section {
width: 49%;
color: #fff;
}

.image-section img {
width: 100%;
}

.content-section h2{
margin: 10px;
font-family:Verdana, Geneva, Tahoma, sans-serif ;
color: aqua;
}

.content-section p{
margin: 10px;
font-family:Verdana, Geneva, Tahoma, sans-serif ;
}

span{
font-size: large;
color: aquamarine;
background-color: black;

}

.content-section ol{
margin: 10px;
margin: 30px;
}
Binary file added 2ndYearProject/img1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 56a6694

Please sign in to comment.