-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
51 lines (42 loc) · 3.03 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
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>LazyStrap - Free Bootstrap Template</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Playfair+Display" >
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main" class="container">
<div class="row my-card justify-content-center">
<div class="col-lg-4 photo-bg"></div>
<div class="col-lg-8 card">
<h1>Hi there, I'm Jon Snow, King of the North, Ex-commander of the Night's Watch...</h1>
<div class="d-none d-lg-block">
<p>Ned Stark's <strike>Bastard</strike> Nephew, Rhaegar Targaryen's son and true heir to the fucking throne. Well, I have many other identities too and you know a couple of them already. Let's save it for another day.</p>
<h3>Finally, I've realized</h3>
</div>
<p>After spending all day chasing the white walkers and all night with my aunt, I'd never make enough time building my own website.</p>
<p>So, here we are, I've found this free HTML template by <a href="http://creativealiens.com">Creative Aliens </a>to put on my website, that's how at least someone can find me who want's to become an ally. It doesn't matter they are Lanisters or Greyjoys. Who cares?</p>
<p>Just let 'em send the ravens...</p>
<a href="mailto:[email protected]?subject=Another free HTML template&body=Here's another one page html template I found that might be cool as upcoming website landing page. http://github.com/srizon/LazyStrap" class="btn btn-primary mt-2">Send a Raven</a>
<h4 class="mt-4">or, keep your eyes on</h4>
<ul class="social mt-1">
<li><a href="https://twitter.com/MamunSrizon"><i class="fa fa-twitter " aria-hidden="true"></i></a></li>
<li><a href="https://github.com/srizon"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a href="https://dribbble.com/srizon"><i class="fa fa-dribbble" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<div class="footer">
<footer class="mt-3">
<p>© Just another free html template by <a href="http://m.creatrix.us">Mamun Srizon</a> of <a href="http://creativealiens.com">Creative Aliens</a> <br> Jon Snow's painting by <a href="https://rickypierce.deviantart.com/art/Jon-Snow-and-Ghost-Game-of-Thrones-Fan-Art-687361276" target="_blank">rickypierce</a></p>
</footer>
</div>
</div>
<script defer src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"></script>
</body>
</html>