-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
123 lines (97 loc) · 4.34 KB
/
news.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
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
<!DOCTYPE html>
<html>
<head>
<meta name="author" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Electronic Readings of The Qur’an</title>
<link rel="stylesheet" href="css/style.css" media="screen">
<link rel="stylesheet" href="css/aos.css" media="screen">
</head>
<body>
<!--Nav Section------------------------------------------------------------------------------------------------->
<!--logo----------->
<div class="nav-container" id="navbar">
<div class="logo-container">
<a class="flex-container" href="index.html">
<h1 class="logo">E</h1>
<div>
<p id="varient-logo-small" class="subtitle-small" dir="rtl" lang="ar">ب سم</p>
<hr>
</div>
<h1 class="logo">Q</h1>
</a>
</div>
<!--nav----------->
<nav>
<input class="menu-btn" type="checkbox" id="menu-btn" />
<label class="menu-icon" for="menu-btn"><span class="navicon"></span></label>
<ul class="menu">
<li class="category-name"><a>ENCYCLOPEDIA</a>
<ul class="dropdown">
<li class="page-link"><a href="reading-view-varients.html">Reading View</a></li>
<li class="page-link"><a href="tabular-view-varients.html">Advanced: Varients</a></li>
<li class="page-link"><a href="tabular-view-principles.html">Advanced: Principles</a></li>
</ul>
</li>
<li class="category-name"><a>RESOURCES</a>
<ul class="dropdown">
<li class="page-link"><a href="related-articles.html">Related Articles</a></li>
<li class="page-link"><a href="related-videos.html">Related Videos</a></li>
</ul>
</li>
<li class="category-name"><a>ABOUT</a>
<ul class="dropdown">
<li class="page-link"><a href="about.html">About EVQ</a></li>
<li class="page-link"><a href="using-the-site.html">Using the Site</a></li>
<li class="page-link"><a href="news.html">News</a></li>
</ul>
</li>
<li class="category-name page-link-mobile"><a href="contact.html">CONTACT</a></li>
</ul>
</nav>
</div>
<!--Header Section---------------------------------------------------------------------------------------------->
<header class="blk-bg">
<h1 class="page-title" data-aos="fade-in">EVQ News</h1>
</header>
<main>
<div class="container-wide pad-top-small">
<div class="news-pill" >
<h6 class="news-date" >JUNE 21 2021</h6>
<h4 class="news-title" >New edition to EVQ rem ipsum dolor sit amet, consectetuer adipiscing.
</h4>
<h6 class="page-links news-links"><a href="news.html">read more</a></h6>
</div>
<div class="news-pill">
<h6 class="news-date" >JUNE 21 2021</h6>
<h4 class="news-title" >New edition to EVQ rem ipsum.
</h4>
</div>
<div class="news-pill" >
<h6 class="news-date" >JUNE 21 2021</h6>
<h4 class="news-title" >New edition to EVQ rem ipsum dolor sit amet, consectetuer adipiscing.
</h4>
</div>
<div class="news-pill">
<h6 class="news-date" >JUNE 21 2021</h6>
<h4 class="news-title" >New edition to EVQ rem ipsum.
</h4>
</div>
</div>
</main>
<!--Footer------------------------------------------------------------------------------------------------------->
<footer>
<div class="credits"><p>© Shady Hekmat Nasser | Harvard Digital Humanities</p></div>
</footer>
<!--Load JS------------------------------------------------------------------------------------------------------>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/script.js"></script>
<script>
AOS.init({
easing: 'ease-in-out-sine'
});
</script>
</body>
</html>