-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthor.html
54 lines (42 loc) · 2.16 KB
/
author.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
<!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">
<title>Authors</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/author.css">
</head>
<body>
<div class="header">
<div class="left-section">
<img src="icons/hamburger-menu.svg" class="hamburger-menu">
<img src="icons/company-logo.jpg" class="company-logo">
</div>
<div class="middle-section">
<div class="title">Prayer Room</div>
</div>
<div class="right-section">
<div class="title-heathrow">Heathrow</div>
</div>
</div>
<div class="sidebar">
<a class="sidebar-square" href="index.html" class="home-icon"><img src="icons/home-unfilled.png" class="sidebar-image" id="home-unfilled"><div>Home</div></a>
<a class="sidebar-square" class="rules-icon" href="rules.html"><img src="icons/youtube-apps.svg" class="sidebar-image" id="youtube-apps-filled"><div>Rules</div></a>
<a class="sidebar-square" class="author-icon"><img src="icons/book-filled.png" class="sidebar-image"><div>Author</div></a>
<a class="sidebar-square" id="games-icon" href="games.html"><img src="icons/games.unfilled.png" class="sidebar-image"><div>Games</div></a>
<a class="sidebar-square" id="info-icon" href="info.html"><img src="icons/info-unfilled.png" class="sidebar-image"><div>Info</div></a>
</div>
<div class="content-authors">
<div class="authors-title">Authors</div>
<div class="authors">Connor Smart (made this website)</div>
<div class="authors">Eddie Powell</div>
<div class="authors">Ryan Ling</div>
<div ><img src="icons/author.png" class="authors-image"></div>
</div>
<div class="phone-warning">This website is not compatible on phone, please open it on a computer</div>
</body>
</html>