-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (76 loc) · 2.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aryan Singh | Home </title>
<link rel="stylesheet" href="Styl.css">
</head>
<body>
<header>
<h1> Aryan Singh </h1>
<h5>**This is just a trial Website ** </h5>
</header>
<nav>
<a href="#">Home</a>
<a href="#">Profile</a>
<a href="#">Graguation</a>
<a href="#">Projects </a>
</nav>
<main>
<section>
<h2>Profile</h2>
<img src="Img/Aryan.jpg" alt="Aryan Singh" width="300" height="350">
<h3>Aryan Singh</h3>
<h4>I am a Senior Secondary Student </h4>
<h5>Lorem ipsum dolor, sit amet consectet
ur adipisicing elit. Saepe aliquam non
deserunt repellat! Modi sed porro facere
sint mollitia? Dicta atque velit cum.
Dolorum veniam ipsam animi veritatis,
saepe corrupti a magni maxime tempora
suscipit et aliquam dolore maiores iste
odio. Mollitia ipsam tempore perspiciatis
nesciunt labore maiores neque incidunt!
</h5>
</section>
<section>
<h2>Graduation</h2>
<img src="" alt="">
<h4></h4>
<h5>Lorem ipsum dolor, sit amet consectet
ur adipisicing elit. Saepe aliquam non
deserunt repellat! Modi sed porro facere
sint mollitia? Dicta atque velit cum.
Dolorum veniam ipsam animi veritatis,
saepe corrupti a magni maxime tempora
suscipit et aliquam dolore maiores iste
odio. Mollitia ipsam tempore perspiciatis
nesciunt labore maiores neque incidunt!
</h5>
</section>
<section>
<h2>Projects</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Molestiae, a.</p>
<img src="Img/check_score().png" alt="Test" height="500">
<img src="Img/2_Game.png" alt="Test " height="500">
<img src="Img/boss.png" alt="Test " height="500">
<img src="Img/check_score().png" alt="Test " height="500">
<img src="" alt="">
</section>
<section>
<h2>Contact Me</h2>
<h5>
Email Id: [email protected]
</h5>
</section>
</main>
<footer>
<a href="#"> FAQ </a>
<a href="#">Contact Me </a>
<a href="#"> Terms of use </a>
<a href="#">Privacy Policy </a> </a>
<a href="#">© 2020 | Aryan SIngh </a>
</footer>
</body>
</html>