-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_2.php
58 lines (54 loc) · 2.46 KB
/
index_2.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Chris Johannesson</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.0/css/bulma.min.css">
<link rel="icon" type="image/png" href="/images/cj-icon_512x512.png" />
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/styles.css">
<!--<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>-->
<!-- My personal kit at fontawsome.com -->
<script src="https://kit.fontawesome.com/71a1019fc2.js" crossorigin="anonymous"></script>
<script src="/src/js/helper.js"></script>
<!-- <link rel="stylesheet" href="styles/debug.css"> -->
</head>
<body>
<nav id="navbar" class="navbar" role="navigation" aria-label="main navigation"></nav>
<div id="container" class="container align_center" width="100vw" height="100vh">
<h1 class="title">Chris Johannesson - $page</h1>
<p>Welcome to my home on the internet.</p>
<br />
<br />
<div class="field">
<label class="label">Email</label>
<div class="control has-icons-left">
<input class="input" type="email" placeholder="e.g. [email protected]" required>
<span class="icon is-small is-left">
<i class="fa fa-envelope"></i>
</span>
</div>
</div>
<div class="tile is-ancestor">
<div class="tile is-parent is-6" style="max-height: 50vh">
<figure class="tile is-child image is-4by3">
<img class="me_class" src="/images/chris_johannesson2.jpg" />
</figure>
</div>
<div class="tile is-parent is-4">
<figure class="tile is-child image is-3by4">
<img class="me_class" src="/images/chris_bass.jpg" />
</figure>
</div>
</div>
</div>
<footer class="footer">
<div class="content has-text-centered">
<p class="copyright_class">Data4Mat © 2020<br>Chris Johanneson</p>
</div>
</footer>
<script src="/src/js/main.js"></script>
<script src="/src/js/bulma.js"></script>
</body>
</html>