-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (42 loc) · 1.77 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" class="js">
<head>
<title>Darren Cattle</title>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Darren Cattle Public Page"/>
<meta name="keywords" content="darren, cattle, developer, architect, engineer, website, design, minimal"/>
<meta name="author" content="Darren Cattle"/>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css"/>
<link rel="stylesheet" type="text/css" href="css/dc.css"/>
</head>
<body>
<nav class="navbar navbar-fixed-top" style="background-color: #F82672">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" style="color: #000">Darren Cattle</a>
</div>
<ul class="nav navbar-nav">
<li class="active"><a href="index.html" class="black">Home</a></li>
<li><a href="about.html" class="black">About</a></li>
<li><a href="jobs.html" class="black">Jobs</a></li>
<li><a href="soccer.html" class="black">Soccer</a></li>
<li><a href="art.html" class="black">Art</a></li>
<li><a href="black.html" class="black">Black Page</a></li>
</ul>
</div>
</nav>
<div class="spacer">
</div>
<div class="text-center">
<h1>Welcome!</h1>
<h2><insert cool stuff here></h2>
<h3>current state of life: <a style="color: red">gather compelling ambition and release</a></h3>
<iframe width="1080" height="600" src="https://www.youtube.com/embed/videoseries?list=PLnK6_sMCl9AG6ccewWXBO_bijFLlpvdfp" frameborder="0" allowfullscreen></iframe>
<h3>This is my "settling in San Francisco" playlist.</h3>
</div>
</body>
</html>