-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpostList.html
113 lines (105 loc) · 4.1 KB
/
postList.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
<!DOCTYPE html>
<html>
<head>
<title>Project 2030 - People of Aalborg</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" type="text/css" href="css/header_footer.css">
<link rel="stylesheet" type="text/css" href="css/about.css">
<link rel="stylesheet" type="text/css" href="css/stories.css">
<link rel="stylesheet" type="text/css" href="css/post.css">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700|Montserrat:300,400,500,600,700&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="menu">
<span class="menu_title"><a href="index.html">People of Aalborg</a></span>
<nav class="menu_nav">
<ul class="menu_list">
<li class="menu_list_item"><a class="menu_link" href="index.html">Home</a></li>
<li class="menu_list_item"><a class="menu_link" href="postList.html">Stories</a></li>
<li class="menu_list_item"><a class="menu_link" href="about.html">About</a></li>
</ul>
</nav>
</div>
<!-- MAIN -->
<main>
<div id="page-header-section">
<div id="header">
<h1>Stories</h1>
</div>
</div>
<article id="latest-posts">
<a href="post.html">
<article class="post">
<div class="image-name" style="background-image:url('images/Mikkel.png')">
<p class="name">Peron's name</p>
</div>
<div class="quoteSection">
<p class="quote">
This is a really cool cool quote/sumary. This is a really cool cool quote/sumary. This is a really cool cool quote/sumary. This is a really cool cool quote/sumary.
</p>
<a href="post.html">
<button class="buttons">Read...</button>
</a>
</div>
</article>
</a>
<a href="post.html">
<article class="post">
<div class="image-name" style="background-image:url('images/Mikkel.png')">
<p class="name">Peron's name</p>
</div>
<div class="quoteSection">
<p class="quote">
This is a really cool cool quote/sumary. This is a really cool cool quote/sumary. This is a really cool cool quote/sumary. This is a really cool cool quote/sumary.
</p>
<a href="post.html">
<button class="buttons">Read...</button>
</a>
</div>
</article>
</a>
<a href="post.html">
<article class="post">
<div class="image-name" style="background-image:url('images/Mikkel.png')">
<p class="name">Peron's name</p>
</div>
<div class="quoteSection">
<p class="quote">
This is a really cool cool quote/sumary. This is a really cool cool quote/sumary. This is a really cool cool quote/sumary. This is a really cool cool quote/sumary.
</p>
<a href="post.html">
<button class="buttons">Read...</button>
</a>
</div>
</article>
</a>
<a href="post.html">
<article class="post">
<div class="image-name" style="background-image:url('images/Mikkel.png')">
<p class="name">Peron's name</p>
</div>
<div class="quoteSection">
<p class="quote">
This is a really cool cool quote/sumary. This is a really cool cool quote/sumary. This is a really cool cool quote/sumary. This is a really cool cool quote/sumary.
</p>
<a href="post.html">
<button class="buttons">Read...</button>
</a>
</div>
</article>
</a>
</article>
</main>
<div class="footer">
<span class="footer_text">© 2019 People of Aalborg</span>
<nav class="footer_nav">
<ul class="footer_social">
<li class="footer_social_item"><a href="#" class="social_link fb" title="Join us on Facebook"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li class="footer_social_item"><a href="#" class="social_link insta" title="Join us on Facebook"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li class="footer_social_item"><a href="#" class="social_link tw" title="Join us on Twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
</ul>
</nav>
</div>
</body>