Skip to content

Commit

Permalink
Uploding the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrangrd committed Jul 9, 2024
1 parent cb241a1 commit f1e8051
Show file tree
Hide file tree
Showing 17 changed files with 1,096 additions and 0 deletions.
130 changes: 130 additions & 0 deletions about.css
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;
}
91 changes: 91 additions & 0 deletions about.html
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>
Binary file added cal2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
108 changes: 108 additions & 0 deletions contact.css
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;
}
40 changes: 40 additions & 0 deletions contact.html
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>
Binary file added github.png
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 gym.png
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 ibran1.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 f1e8051

Please sign in to comment.