-
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
4 changed files
with
77 additions
and
24 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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<link rel="icon" href="images/row.png"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> | ||
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> --> | ||
<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Exo&display=swap" rel="stylesheet"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
|
@@ -18,32 +18,41 @@ | |
</head> | ||
|
||
<body> | ||
<div class="top-container"> | ||
<div class="top-title"> | ||
<h1>Kushal jangir</h1> | ||
</div> | ||
<img class="background" src="images/jefferson.jpg" alt="mountain"> | ||
</div> | ||
<!-- Image and text --> | ||
<section class="first"> | ||
<header> | ||
<nav class="navbar navbar-expand-lg navbar-light bg-light"> | ||
<a class="navbar-brand" href="#">Kushal Jangir</a> | ||
</nav> | ||
</header> | ||
<div class="background"> | ||
<!-- <div class="top-title"> | ||
<h1>Kushal jangir</h1> | ||
</div> --> | ||
<!-- <img class="background" src="images/jefferson.jpg" alt="mountain"> --> | ||
</div> | ||
</section> | ||
|
||
<div class="middle-container"> | ||
<div class="profile"> | ||
<!-- <img class="mypic" src="images/Myself.jpg" alt="kushal_jangir"> --> | ||
<h2>Hello.</h2> | ||
<h2>HELLO ! I'M COOL.</h2> | ||
<p class="hello">I Graduated from NIT surat a self taught programmer and much more to come | ||
done my schooling from central academy and i love playing cricket and .</p> | ||
</div> | ||
<hr> | ||
<div class="skills"> | ||
<h2>My Skills.</h2> | ||
<h2>TECH STACK.</h2> | ||
<div class="skill-row"> | ||
<img class="static" src="images/giphy.gif" alt="code_img"> | ||
<h3>Overall skills</h3> | ||
<h3>PROJECTS</h3> | ||
<p>I am a beginner programmer , my favorite languages are java , c++ and javascript👨💻 <br> | ||
started from c , here i came a long way overcoming challenges and proving myself worthy <br> | ||
i had completed many courses in tech from coursera and udemy </p> | ||
</div> | ||
<div class="skill-row"> | ||
<!-- <img class="animated" src="images/200w2.webp" alt="animated"> --> | ||
<h3>Programming skills </h3> | ||
<h3>EDUCATION BACKGROUND</h3> | ||
<p> | ||
HTML, CSS, JavaScript<br> | ||
Java, Python <br> | ||
|
@@ -55,7 +64,7 @@ <h3>Programming skills </h3> | |
</div> | ||
<hr> | ||
<div class="contact-me"> | ||
<h2 >Get In Touch</h2> | ||
<h2 >STAY CONNECT</h2> | ||
<a class="BUTTON_QTO" href="mailto:[email protected]">CONTACT ME</a> | ||
</div> | ||
</div> | ||
|
@@ -66,7 +75,7 @@ <h2 >Get In Touch</h2> | |
<a class="footer-link" href="https://www.linkedin.com">LinkedIn</a> | ||
<a class="footer-link" href="https://twitter.com/">Twitter</a> | ||
<a class="footer-link" href="https://www.appbrewery.co/">Website</a> | ||
<p>© 2020 kushal_jangir.</p> | ||
<p>© 2020 kushal jangir.</p> | ||
</div> | ||
|
||
</body> | ||
|
File renamed without changes