-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (117 loc) · 5.02 KB
/
index.html
File metadata and controls
124 lines (117 loc) · 5.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Website</title>
<link rel="stylesheet" href="syle.css">
<a href="https://silu0448.github.io/Haya"> music</a>
</head>
<body>
<div class="header">
<h1>My Website</h1>
<p>Resize the browser window to see the effect.</p>
</div>
<div class="topnav">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Blog</a>
<a href="#" style="float:right">Contact</a>
</div>
<div class="row">
<div class="leftcolumn">
<div class="card">
<h2>TITLE HEADING</h2>
<h5>Title description, Dec 7, 2017</h5>
<div class="img"> <img src="6.jpg " style="height:30vh;width:100%
" alt="Description of the image"></div>
<p>Some text..</p>
<p>Sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<div class="card">
<h2>TITLE HEADING</h2>
<h5>Title description, Sep 2, 2017</h5>
<div class="img"> <img src="5.jpg " style="height:30vh;width:100%" alt="Description of the image">
</div>
<p>Some text..</p>
<p>Sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
<div class="rightcolumn">
<div class="card">
<h2>About Me</h2>
<div class="img">
<img src="5.jpg " style="height:30vh;width:100%" alt="Description of the image">
</div>
<p>Some text about me in culpa qui officia deserunt mollit anim..</p>
</div>
<div class="card">
<h3>Popular Posts</h3>
<div class="img"><p>
<img src="5.jpg " style="height:30vh;width:100%" alt="Description of the image"></p></div>
<div class="img"><p>
<img src="8.jpg " style="height:30vh;width:100%" alt="Description of the image">
</p></div>
<div class="img"><p>
<img src="7.jpg " style="height:30vh;width:100%" alt="Description of the image">
</p></div>
</div>
<div class="card">
<h3>Follow Me</h3>
<p>Some text..</p>
</div>
</div>
</div>
<footer class="footer">
<div class="footer-container">
<div class="footer-columns">
<div class="footer-column">
<h3>Essentials</h3>
<ul>
<li><a href="#">Contact us</a></li>
<li><a href="#">Media Gallery</a></li>
<li><a href="#">Emergency Services</a></li>
<li><a href="#">Archive</a></li>
</ul>
</div>
<div class="footer-column">
<h3>About us</h3>
<ul>
<li><a href="#">History</a></li>
<li><a href="#">Leadership</a></li>
<li><a href="#">Presidents</a></li>
<li><a href="#">Overview</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Resources</h3>
<ul>
<li><a href="#">Events</a></li>
<li><a href="#">Documents</a></li>
<li><a href="#">Publications</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Programs A to Z</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Quick links</h3>
<ul>
<li><a href="#">Portal</a></li>
<li><a href="#">E-learning</a></li>
<li><a href="#">Campus Life</a></li>
<li><a href="#">Staff</a></li>
</ul>
</div>
</div>
<div class="social-icons">
<a href="https://youtu.be/qwwUnWNkSlI?si=pVgbxZ7kPgTkYNbD" target="_blank"><i class="fab fa-youtube"></i></a>
<a href="https://www.facebook.com/profile.php?id=61553598235791" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://x.com/silu9099?t=DwOR27EING9g1CZZIYe8TA&s=09" target="_blank"><i class="fab fa-twitter"></i></a>
</div>
<div class="copyright">
<p>© 2025 Addis Ababa University. All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>