-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
142 lines (138 loc) · 5.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8">
<link rel="stylesheet" href="home.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" rel="stylesheet" />
<link rel="shortcut icon" type="image/x-icon" href='images/tabi.ico' />
<b>
<title>YASH JAIN</title>
</b>
</head>
<body>
<div class="container">
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="navbar">
<nav>
<ul>
<li><a href="index.html"><button type="button"><b>Home<b></button></a></li>
<li><a href="#about"><button type="button"><b>About</b></button></a></li>
<li><a href="#education"><button type="button"><b>Education</b></button></a></li>
<li><a href="#project"><button type="button"><b>Project</button></b></a></li>
<li><a href="#img1"><button type="button"><b>Gallery</b></button></a></li>
</ul>
</nav>
</div>
</div>
<div class="card" style="display: inline-block;">
<div class="cont">
<br>
<h1><b><i>Hello, Everyone </i></b></h1>
<h2><i>I'm Yash Jain</i></h2>
</div>
<div>
<img src="images/pic11.webp" alt="">
</div>
<br><br>
<div id="about" class="about">
<h1>About Me</h1>
<h2>I am a sophomore at <a href="https://www.iiita.ac.in/">IIIT PRAYAGRAJ (ALLAHABAD)</a></h2>
<h2>Lives in Agra ,U.P.</h2>
<h2>Like to play Guitar and write Shayaries</h2>
</div>
<br><br><br>
<div id="education" class="about">
<div>
<h1>EDUCATION</h1>
</div>
<h1 style="color: beige;"> 12TH :</h1>
<h2>ALL SAINTS SHAMSHABAD ROAD, AGRA </h2>
<h1 style="color: beige;"> 10TH :</h1>
<h2>ST. FRANCIS CONVENT SCHOOL, AGRA </h2>
<h1 style="color: beige;"> COLLEGE :</h1>
<h2>IIIT , PRAYAGRAJ </h2>
</div>
<br><br><br>
<div id="project" class="prj">
<div>
<h1>
Projects
</h1>
</div>
<div>
<div id="leftbox">
<h2>Project 1</h2>
<br>
<h3><a href=""><button id="button1">link</button></a> </h3>
</div>
<div id="middlebox">
<h2>Project 2</h2>
<br>
<h3><a href=""><button id="button1">link</button></a> </h3>
</div>
<div id="rightbox">
<h2>Project 3</h2>
<br>
<h3><a href=""><button id="button1">link</button></a> </h3>
</div>
</div>
</div>
<br>
<br><br>
<br>
<div id="img1">
<div>
<h1>GALLERY</h1>
<div>
<img src='images/sp2.jpeg' style="border-radius: 0px">
<img src='images/sp4.jpeg' style="border-radius: 0px">
<img src='images/sp5.jpeg' style="border-radius: 0px">
</div>
</div>
</div>
<div id="footer">
<p class="connect"><b style="color: rgb(223, 223, 223);">Contact me at :</b> </p>
<div class="wrapper">
<div class="button">
<div class="icon">
<i class="fab fa-facebook"></i>
</div>
<span><a href="https://www.facebook.com/yash.jain.1401933/" class="i1">Fabebook</a></span>
</div>
<div class="button">
<div class="icon">
<i class="fab fa-instagram"></i>
</div>
<span><a href="https://www.instagram.com/yash_osho/" class="i1">Instagram</a></span>
</div>
<div class="button">
<div class="icon">
<i class="fab fa-twitter"></i>
</div>
<span><a href="https://twitter.com/osho_2000" class="i1">Twitter</a></span>
</div>
<div class="button">
<div class="icon">
<i class="fab fa-google"></i>
</div>
<span><a href="https://mail.google.com/mail/u/[email protected]"
class="i1">Gmail</a></span>
</div>
<div class="button">
<div class="icon">
<i class="fab fa-github"></i>
</div>
<span><a href="https://github.com/osho-20" class="i1">Github</a></span>
</div>
</div>
</div>
</div>
<script src="home.js"></script>
</body>
</html>