-
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
17 changed files
with
1,096 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,130 @@ | ||
body { | ||
font-family: 'Courier New', Courier, monospace; | ||
padding: 0; | ||
margin: 0; | ||
background: linear-gradient(#bde0fe,#faedcd); | ||
|
||
} | ||
|
||
nav { | ||
height: 60px; | ||
background-color: #edede9; | ||
display: flex; | ||
text-align: center; | ||
justify-content: space-evenly; | ||
|
||
} | ||
|
||
nav ul { | ||
margin: 0px 0px 0px 500px; | ||
display: flex; | ||
justify-content: center; | ||
|
||
} | ||
|
||
|
||
nav ul li { | ||
display: inline; | ||
text-decoration: none; | ||
margin: 25px 40px 10px 30px; | ||
} | ||
|
||
nav ul li a { | ||
text-decoration: none; | ||
font-size: 20px; | ||
font-weight: bold; | ||
padding: 5px 10px; | ||
border: 1px solid #fec89a; | ||
color: #00a6fb; | ||
border-radius: 10px; | ||
transform: 1s all ease; | ||
transition-duration: 1s; | ||
} | ||
|
||
nav ul li a:hover { | ||
color: #a53860; | ||
background-color: #bfd7ff; | ||
} | ||
|
||
.myself { | ||
text-align: center; | ||
font-size: 18px; | ||
font-weight: 900; | ||
margin-top: 20px; | ||
color: #6c757d; | ||
} | ||
|
||
#hi { | ||
margin-top: 30px; | ||
margin-bottom: 0; | ||
text-align: center; | ||
font-size: 30px; | ||
font-weight: 800; | ||
color: #eb5e28; | ||
font-family: serif; | ||
} | ||
|
||
#myname { | ||
text-align: center; | ||
font-size: 60px; | ||
font-weight: 800; | ||
margin-top: 10px; | ||
margin-bottom: 10px; | ||
color: #f4978e; | ||
font-family: 'Times New Roman', Times, serif; | ||
} | ||
|
||
.container { | ||
display: flex; | ||
justify-content: space-evenly; | ||
margin-top: 100px; | ||
} | ||
|
||
.info { | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: space-evenly; | ||
} | ||
|
||
.year { | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: space-evenly; | ||
} | ||
|
||
.education{ | ||
margin-top: 180px; | ||
font-size: 40px; | ||
margin-left: -30px; | ||
color: #d49f4a; | ||
} | ||
.info h5{ | ||
font-size: 25px; | ||
color: #a53860; | ||
margin-bottom: 25px; | ||
} | ||
.info .add{ | ||
color: #eb5e28; | ||
font-size: 18px; | ||
} | ||
p{ | ||
font-weight: 600; | ||
} | ||
|
||
.ten{ | ||
margin-top: 100px; | ||
color: #ef233c; | ||
} | ||
.twelve{ | ||
margin-top: 100px; | ||
color: #3a0ca3; | ||
} | ||
.btech{ | ||
margin-top: 100px; | ||
color: #003566; | ||
} | ||
.degine{ | ||
text-align: center; | ||
color: #da2c38; | ||
padding-top: 50px; | ||
} |
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,91 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>About</title> | ||
<link rel="stylesheet" href="about.css"> | ||
</head> | ||
|
||
<body> | ||
<nav> | ||
<ul> | ||
<li><a href="/Landing_page/index.html">Home</a></li> | ||
<li><a href="/Landing_page/project.html">Projects</a></li> | ||
<li><a href="/Landing_page/about.html">About me</a></li> | ||
<li><a href="/Landing_page/contact.html">Contact me</a></li> | ||
<!-- <li><button id="mode"> mode</button></li> --> | ||
</ul> | ||
</nav> | ||
<div> | ||
<div> | ||
<p id="hi"> Hi I'm</p> | ||
</div> | ||
<div> | ||
<h1 id="myname">MD IBRAN</h1> | ||
</div> | ||
<div> | ||
<pre class="myself"> | ||
I'm a mechanical engineer based in Dhanbad, Jharkhand. I enjoy creating things that live on the internet | ||
, whether that be websites, applications, or anything in between. Motivated B.Tech student at BIT Sindri | ||
with a strong passion for coding, data structures, algorithms, machine learning and web develoment. | ||
Actively engaged in DSA practice on platforms like Hackerrank and Codechef. | ||
</pre> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="education"> | ||
<h3> EDUCATION </h3> | ||
</div> | ||
<div class="info"> | ||
<div class="bit"> | ||
<div> | ||
<h5> Birsa Insitue of Technology </h5> | ||
</div> | ||
<div> | ||
<p class="add"> Sindri , Dhanbad</p> | ||
</div> | ||
<div> | ||
<p>Bachelor of Technology (B.Tech)</p> | ||
</div> | ||
</div> | ||
<div class="sub"> | ||
<div> | ||
<h5> Subhash Public School </h5> | ||
</div> | ||
<div> | ||
<p class="add"> Giridih , Jharkhand</p> | ||
</div> | ||
<div> | ||
<p>Intermediate (PCM)</p> | ||
</div> | ||
</div> | ||
<div class="bns"> | ||
<div> | ||
<h5> B.N.Saha Public School </h5> | ||
</div> | ||
<div> | ||
<p class="add"> Bulaki Road , Giridih </p> | ||
</div> | ||
<div> | ||
<p>Matriculation</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="year"> | ||
<div> | ||
<p class="btech"> 2023-2027</p> | ||
</div> | ||
<div> | ||
<p class="twelve"> 2022</p> | ||
</div> | ||
<div> | ||
<p class="ten"> 2020</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="degine"> <h3> Degine by Md Ibran</h3></div> | ||
</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,108 @@ | ||
|
||
body { | ||
font-family: 'Courier New', Courier, monospace; | ||
padding: 0; | ||
margin: 0; | ||
background: linear-gradient(#a53860,#fec89a); | ||
} | ||
|
||
nav { | ||
height: 60px; | ||
background-color: #edede9; | ||
display: flex; | ||
text-align: center; | ||
justify-content: space-evenly; | ||
|
||
} | ||
|
||
nav ul { | ||
margin: 0px 0px 0px 500px; | ||
display: flex; | ||
justify-content: center; | ||
|
||
} | ||
nav ul li { | ||
display: inline; | ||
text-decoration: none; | ||
margin: 25px 40px 10px 30px; | ||
} | ||
|
||
nav ul li a { | ||
text-decoration: none; | ||
font-size: 20px; | ||
font-weight: bold; | ||
padding: 5px 10px; | ||
border: 1px solid #fec89a; | ||
color: #00a6fb; | ||
border-radius: 10px; | ||
transform: 1s all ease ; | ||
transition-duration: 1s; | ||
} | ||
nav ul li a:hover{ | ||
color: #a53860; | ||
background-color:#bfd7ff; | ||
} | ||
|
||
.container{ | ||
height: 600px; | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-evenly; | ||
align-items: start; | ||
margin-top: 100px; | ||
} | ||
.left{ | ||
display: flex; | ||
flex-direction: column; | ||
align-items: start; | ||
gap: 25px; | ||
} | ||
.contact h2{ | ||
font-size: 50px; | ||
font-weight: 700; | ||
margin: 0; | ||
color: #5e0324; | ||
} | ||
.contact_input{ | ||
width: 500px; | ||
height: 50px; | ||
border: none; | ||
outline: none; | ||
font-weight: 600; | ||
padding-left: 25px; | ||
border-radius: 40px; | ||
} | ||
.left textarea{ | ||
height: 150px; | ||
padding-top: 20px; | ||
font-size: large; | ||
border-radius: 20px; | ||
} | ||
.contact_input:focus{ | ||
border: 2px solid #5a189a; | ||
} | ||
button{ | ||
display: flex; | ||
align-items: center; | ||
padding: 15px 30px; | ||
font-size: 20px; | ||
font-weight: 600; | ||
color: #1f2421; | ||
border: none; | ||
border-radius: 20px; | ||
background:linear-gradient(270deg,rgb(60, 128, 188) , rgb(171, 61, 162)); | ||
cursor: pointer; | ||
margin-left: 10px; | ||
transition: 1s all ease; | ||
transition-duration: 0.8s; | ||
} | ||
button:hover{ | ||
color: black; | ||
background:linear-gradient(270deg,rgb(3, 132, 245) , rgb(218, 22, 202)); | ||
font-size: 21px; | ||
|
||
} | ||
|
||
.right{ | ||
margin-top: -30px; | ||
} |
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,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Contact</title> | ||
<link rel="stylesheet" href="contact.css"> | ||
</head> | ||
|
||
<body> | ||
<nav> | ||
<ul> | ||
<li><a href="/Landing_page/index.html">Home</a></li> | ||
<li><a href="/Landing_page/project.html">Projects</a></li> | ||
<li><a href="/Landing_page/about.html">About me</a></li> | ||
<li><a href="/Landing_page/contact.html">Contact me</a></li> | ||
</ul> | ||
</nav> | ||
<div class="container"> | ||
<form class="left"> | ||
<div class="contact"> | ||
<h2>Contact Me</h2> | ||
</div> | ||
<input type="text" name="name" placeholder="Your name " required class="contact_input"> | ||
<input type="email" name="email" placeholder="Your Email " required class="contact_input"> | ||
<textarea name="message" placeholder="Your message" required class="contact_input"></textarea> | ||
<button type="submit"> Sumit </button> | ||
</form> | ||
<div class="right"> | ||
<img src="right_img.png" alt=""> | ||
</div> | ||
|
||
|
||
</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.
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.