-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSimeon.html
65 lines (55 loc) · 2.44 KB
/
Simeon.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
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ProBootstrap:Connect — Free Bootstrap Theme, Free Responsive Bootstrap Website Template</title>
<meta name="description" content="Free Bootstrap Theme by uicookies.com">
<meta name="keywords" content="free website templates, free bootstrap themes, free template, free bootstrap, free website template">
<!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet"> -->
<link rel="stylesheet" href="css/styles-merged.css">
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" href="css/custom.css">
<!--[if lt IE 9]>
<script src="js/vendor/html5shiv.min.js"></script>
<script src="js/vendor/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- START: header -->
<header role="banner" class="probootstrap-header">
<div class="container">
<div class="mobile-menu-overlay"></div>
<nav role="navigation" class="probootstrap-nav hidden-xs">
</nav>
</div>
</header>
<!-- END: header -->
<div class="probootstrap-main">
<section class="probootstrap-section-half">
<div class="probootstrap-image probootstrap-animate" data-animate-effect="fadeIn" style="background-image: url(img/deadpool2.jpg)"></div>
<div class="probootstrap-text">
<div class="probootstrap-inner probootstrap-animate">
<h3 class="heading">HackConf 2019</h3>
<h1>Git from Scratch</h1>
<p>Working in pairs part 2</p>
<p><a href="https://www.ebay.com/itm/Inflatable-Unicorn-Horn-For-Cats/282581794662?epid=691244490&hash=item41cb2fff66%3Ag%3AFREAAOSwPxtZcrXC" class="btn btn-primary">Straight To Nowhere</a></p>
</div>
</div>
</section>
<!-- END section -->
</div>
<footer class="probootstrap-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<p>© 2017 <a href="https://probootstrap.com/">ProBootstrap:Connect</a>. All Rights Reserved. <br> Designed & Developed by <a href="https://probootstrap.com">ProBootstrap</a> Demo Images <a href="https://unsplash.com/">Unsplash</a></p>
</div>
</div>
</div>
</footer>
<script src="js/scripts.min.js"></script>
<script src="js/main.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>