-
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.
- Loading branch information
Showing
2 changed files
with
76 additions
and
7 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
<!-- hero --> | ||
<div class="hero-section"> | ||
|
||
<div class="faded-text">Yashwant Belgahe</div> | ||
<div class="faded-text">Projects</div> | ||
|
||
<div class="hero-section-left"> | ||
<div class="hero-section-heading">Hi! Yashwant Belgahe</div> | ||
|
@@ -71,7 +71,7 @@ | |
</div> | ||
</div> | ||
<!-- Project --> | ||
<div class="project-section"> | ||
<div class="project-section" id="projects"> | ||
<h2 class="page-header">Projects</h2> | ||
|
||
<div class="project-container"> | ||
|
@@ -266,7 +266,7 @@ <h2 class="skill-heading"> | |
</div> | ||
|
||
<!-- Contact Me --> | ||
<div class="contactus-form-container"> | ||
<div class="contactus-form-container" id="contactme"> | ||
<div class="container"> | ||
<h1 class="Contactus-heading">Contact me</h1> | ||
|
||
|
@@ -275,19 +275,19 @@ <h3 class="Contactus-sub-heading">Question, thoughts or just want to say hello?< | |
<div class="contactus-form-container"> | ||
<form class="form" action=""> | ||
<div class="formfield-container"> | ||
<input type="formfield" | ||
<input class="formfield" | ||
type="text" | ||
name="name" | ||
id="" | ||
placeholder="Enter your name"> | ||
|
||
<input type="formfield" | ||
<input class="formfield" | ||
type="email" | ||
name="email" | ||
id="" | ||
placeholder="Enter your email address"> | ||
|
||
<input type="formfield" | ||
<input class="formfield" | ||
type="text" | ||
name="subject" | ||
id="" | ||
|
@@ -311,7 +311,30 @@ <h3 class="Contactus-sub-heading">Question, thoughts or just want to say hello?< | |
|
||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="container"> | ||
<div class="footer-wrapper"> | ||
<div class="footer-faded-text">Yashwant</div> | ||
|
||
<div class="link-wrapper"> | ||
<div><a href="#projects">Projects</a></div> | ||
<div><a href="#skills">Skills</a></div> | ||
<div><a href="#contactme">Contact Me</a></div> | ||
</div> | ||
|
||
<div class="icon-wrapper"> | ||
<i class="fa-brands fa-linkedin icon"></i> | ||
<i class="fa-brands fa-github icon"></i> | ||
<i class="fa-brands fa-twitter icon"></i> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> | ||
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script> | ||
<script> | ||
|
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