-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/harshustle/skidderportfolio
- Loading branch information
Showing
464 changed files
with
77,424 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.