This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
49 lines (42 loc) · 1.95 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="scripts.js"></script>
<link href='https://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'>
</head>
<body>
<header>
<img src="https://d3ieicw58ybon5.cloudfront.net/ex/300.300/0.19.974.974/shop/product/36832effa6834da68704459c342e095e.jpg">
<h1>Lain Iwakura</h1>
<ul>
<li><a href="#"></a></li>
</ul>
</header>
<article>
<h2>The Wired</h2>
<p>I don't understand. How can you be everywhere at once? </p>
<button>Like</button>
</article>
<article>
<h2>Cyberia</h2>
<p>The girls say they're sure they saw me at Cyberia last night. They didn't believe me when I told them it wasn't me. Alice told them to knock it off, that she believed me. Funny thing is, I think I may have been there, it just wasn't me. She wasn't
like me at all.</p>
<button>Like</button>
</article>
<article>
<h2>Chisa Yamoda</h2>
<p>She emailed me too. Sent after she died, just like everyone else's. She says she's not really dead. She abandoned the physical world and is now alive in the Wired.</p>
<button>Like</button>
</article>
<footer>
<h3>site created by Sarto Jama (@ghostinhershell)</h3>
<div class="btn-group btn-group-justified">
<div class="btn-group"><a class="btn btn-danger" href="[email protected]" role="button">Email</a></div>
<div class="btn-group"><a class="btn btn-primary" href="https://www.linkedin.com/in/sartojama" role="button">LinkedIn</a></div>
<div class="btn-group"><a class="btn btn-info" href="https://twitter.com/ghostinhershell" role="button">Twitter</a></div>
<div class="btn-group"><a class="btn btn-success" href="https://github.com/ghostinhershell" role="button">GitHub</a></div>
</div>
</footer>
</body>