-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ASHISH</title>
<link rel="stylesheet" href="./style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap" rel="stylesheet">
</head>
<body>
<div class="main">
<h1>Hello myself Ashish Yadav</h1>
<div class="left card"><img class="title-image" src="./Ashu.png" height="600" alt="Handsome boy">
<h2 class="card-title"></h2>
<p class="card-text">Nothing more to say about me. I am JEE aspirant, I love playing games and doing all
stuffs which make everyone laugh.</p>
</div>
<div class="right card"><img class="title-image" src="./Boss.png" height="600" alt="A boy sitting like a Boss">
<h2 class="card-title">Darker side of me</h2>
<p class="card-text">
I always stand front whenever my parents bring delicious food to eat and I just share it with
my brother with unequal proportion 😂. I used to cry whenever he was going out by bicycle leaving
me alone at home 😞, missing all those days.
</p>
</div>
</div>
<footer>
<p>copyright © Ashish yadav</p>
</footer>
</body>
</html>