index.html 1.6 KB
Newer Older
Athanasios's avatar
Athanasios committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="generator" content="GitLab Pages">
  <title></title>
  <link rel="stylesheet" href="../assets/css/style.css">
  <link rel="stylesheet" href="../assets/css/mobile.css">
</head>

<body>
  <header id="header">
    <div class="row">
      <div class="logo" id="logo"></div>
      <div class="hamburger">
        <div class="line"></div>
        <div class="line"></div>
        <div class="line"></div>
      </div>
      <nav></nav>
    </div>
Athanasios's avatar
Athanasios committed
24
25
    <div id="projectlogo"></div>
    <div id="projectname"></div>
Athanasios's avatar
Athanasios committed
26
27
28
29
30
31
  </header>
  <div class="content">

    <h1>Here goes a title</h1>

    <p>
Koukofikis's avatar
Koukofikis committed
32
      Do you think you're living an ordinary life? You are so mistaken it's difficult to even explain. The mere fact that you exist makes you extraordinary. The odds of you existing are less than winning the lottery, but here you are. Are you going to let this extraordinary opportunity pass?
Athanasios's avatar
Athanasios committed
33
    </p>
Athanasios's avatar
Athanasios committed
34
35
36
37
38

    <p>
      <img src="bau1.jpg">
    </p>

Athanasios's avatar
Athanasios committed
39
    <p>
Koukofikis's avatar
Koukofikis committed
40
      Waiting and watching. It was all she had done for the past weeks. When you’re locked in a room with nothing but food and drink, that’s about all you can do anyway. She watched as birds flew past the window bolted shut. She couldn’t reach it if she wanted too, with that hole in the floor. She thought she could escape through it but three stories is a bit far down.
Athanasios's avatar
Athanasios committed
41
42
    </p>

Athanasios's avatar
Athanasios committed
43
44
45
  </div>

  <div class="footer"></div>
Athanasios's avatar
Athanasios committed
46
  <div class="legal"></div>
Athanasios's avatar
Athanasios committed
47
48
49
50
51

  <script src="../settings.js"> </script>
  <script src="../main.js"> </script>
</body>

Koukofikis's avatar
Koukofikis committed
52
</html>