-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Expanding Cards</title>
</head>
<body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Navbar Example</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav class="navbar">
<div class="navbar-left">
<span class="logo">Muraad</span>
</div>
<div class="navbar-right">
<a href="#" class="nav-button">Home</a>
<a href="#" class="nav-button">Submission</a>
<a href="#" class="nav-button">About</a>
</div>
</nav>
<div class="container">
<div class="panel active" style="background-image: url('https://english.ahram.org.eg/Media/News/2013/9/25/2013-635157171303059460-305.jpg')">
<h3>Taha Hussein</h3>
</div>
<div class="panel" style="background-image: url('https://cdn2.opendemocracy.net/media/images/Sayed_Qotb_trial.max-760x504.jpg')">
<h3>Sayyid Qutb</h3>
</div>
<div class="panel" style="background-image: url('https://akhbaralyom.net/userimages/2023/11/1699934537blobid0.jpg')">
<h3>Taha AbdiRahman</h3>
</div>
<div class="panel" style="background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQDtNjTz4Ll3Yb5h2I7jKOaHC_wjDkS5cSv2nZeFzwh9opvAg0pJASuvoIg4yDX0SA5peU&usqp=CAU')">
<h3>Architecture</h3>
</div>
<div class="panel" style="background-image: url('https://upload.wikimedia.org/wikipedia/commons/3/3d/G._Ebers_%28ed.%29%2C_Papyros_Ebers%2C_1875_Wellcome_L0016592.jpg')">
<h3>Linguistics</h3>
</div>
</div>
<script src="/thaqaafa/script.js"></script>
</body>
</html>