-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (131 loc) · 4.17 KB
/
Copy pathindex.html
File metadata and controls
139 lines (131 loc) · 4.17 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylesheet.css">
<title>Application</title>
</head>
<body>
<!-- .................Navbar.................... -->
<nav class="navbar">
<div>
<ul class="unorder">
<li><a href="#">Home</a></li>
<li><a href="#all-box">about</a></li>
<li><a href="#ftr">Contact</a></li>
</ul>
</div>
<h1 id="title-name">Welcome to Friend's Dunya</h1>
</nav>
<!-- ............................Notice..................... -->
<div class="notice">
<div class="notice-header">Notice</div>
<span class="close" onclick="this.parentElement.style.display='none';">×</span>
<div class="notice-container">
<p>All Information is Fake.</p>
</div>
</div>
<!-- .................Section 1................. -->
<h1 id="section-title">Our about</h1>
<section>
<div id="all-box">
<div class="box">
<img src="img\img.jpg" alt="">
<h2 align="center">Nooruddin Ansary</h2>
<p >Father's Name : Rahamgul Ansary<br>
Roll No : 4646818<br>
Student Id : 4561811179<br>
Sem/Year : 4th Semester<br>
Course : B.Sc.(COSH)<br>
Session : 2021-2022<br>
Mobile : +14066473742<br>
Email : cmiller@hotmail.com<br>
Address : 827 GRANVILLE CAMP APT. 875
</p>
</div>
<div class="box" >
<img src="img\img1.jpg" alt="">
<h2 align="center">Denis Homenick</h2>
<p >Father's Name : Honk Homenick<br>
Roll No : 4646825<br>
Student Id : 4561811115 <br>
Sem/Year : 4th Semester<br>
Course : B.Sc.(COSH)<br>
Session : 2021-2022<br>
Mobile : +19179681720<br>
Email : abeatty@hotmail.com<br>
Address : 827 GRANVILLE CAMP APT. 875
</p>
</div>
<div class="box">
<img src="img\img2.jpg" alt="">
<h2 align="center">Marty Towne</h2>
<p >Father's Name : Halvorson Towne<br>
Roll No : 4646823<br>
Student Id : 4561811172 <br>
Sem/Year : 4th Semester<br>
Course : B.Sc.(COSH)<br>
Session : 2021-2022<br>
Mobile : +17974805197<br>
Email : whamill@wolf.com<br>
Address : 827 GRANVILLE CAMP APT. 875
</p>
</div>
</div>
</section>
<!-- ..........................Section 2............... -->
<section>
<div id="all-box">
<div class="box">
<img src="img\img3.jpg" alt="">
<h2 align="center">Grayson Gutmann</h2>
<p >Father's Name : Nathen Auer<br>
Roll No : 4646829<br>
Student Id : 4561811136 <br>
Sem/Year : 4th Semester<br>
Course : B.Sc.(COSH)<br>
Session : 2021-2022<br>
Mobile : +17232039517<br>
Email : kayla99@jones.org<br>
Address : 827 GRANVILLE CAMP APT. 875
</p>
</div>
<div class="box" >
<img src="img\img4.jpg" alt="">
<h2 align="center">Janiya Bode</h2>
<p >Father's Name : Sasha Haley<br>
Roll No : 4646821<br>
Student Id : 4561811175 <br>
Sem/Year : 4th Semester<br>
Course : B.Sc.(COSH)<br>
Session : 2021-2022<br>
Mobile : +13587907143<br>
Email : summer46@yahoo.com<br>
Address : 827 GRANVILLE CAMP APT. 875
</p>
</div>
<div class="box">
<img src="img\img5.jpg" alt="">
<h2 align="center">Trinity Kuhic</h2>
<p >Father's Name :Wilhelm Baumbach<br>
Roll No : 4646822<br>
Student Id : 4561811178 <br>
Sem/Year : 4th Semester<br>
Course : B.Sc.(COSH)<br>
Session : 2021-2022<br>
Mobile : +17747365072<br>
Email : stroman@hotmail.com<br>
Address : 827 GRANVILLE CAMP APT. 875
</p>
</div>
</div>
</section>
<footer id="ftr" style="background-color: rgb(147, 128, 201); padding: 8px;">
<p style="text-align: center;">
Copyright © 2022 Noor Popular Limit 😜
</p>
</footer>
</body>
</html>