-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
79 lines (66 loc) · 3.37 KB
/
index.php
File metadata and controls
79 lines (66 loc) · 3.37 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Test Every Idea | ChanceSmith.org</title>
<!-- Bootstrap -->
<link href="_/css/bootstrap.css" rel="stylesheet">
<link href="_/css/styles.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<?php include ('_/components/php/google-analytics.php'); ?>
</head>
<body>
<?php include ('_/components/php/nav.php'); ?>
<div class="container project">
<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron chancesmith">
<h1 class="visible-lg">Chance Smith</h1>
<h1 class="hidden-lg">I'm Chance</h1>
<h2 class="visible-lg">Strategist | Leader | Developer</h2>
<p class="visible-lg">Here are the businesses and projects I'm excitedly apart of.</p>
</div>
<div class="jumbotron latest-work">
<h1>Latest Work</h1>
<p>Here's what I've been up to.</p>
<p>
<a class="btn btn-lg btn-default" href="/gigs.php" role="button">Latest gigs »</a>
</p>
</div>
<div class="jumbotron blog" id="blog">
<h1>Daily Strategy</h1>
<p>In the world of strategy there is more learning then there is success.</p>
<p>
<a class="btn btn-lg btn-primary" href="blog.chancesmith.org" role="button">View the blog »</a>
</p>
</div>
<div class="jumbotron workshop">
<h1>Onboarding Workshop</h1>
<p>Do you need to grow your team fast? Do you have high turnover?</p>
<p>I'll save you money by helping you build a process to onboard the right hires.</p>
<p>
<a class="btn btn-lg btn-primary" href="https://chance3.typeform.com/to/xYvHeP" role="button">Apply for Workshop »</a>
</p>
</div>
<!-- <div class="jumbotron otherProjects">
<h1>Side Projects</h1>
<p>There are always other irons in the fire. I have some side items that I've put up here. I hope by adding these projects someone will find a use for them or get inspired.</p>
<p>
<a class="btn btn-lg btn-primary" href="/projects.php" role="button">View other projects »</a>
</p>
</div> -->
</div>
<!-- /container -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="_/js/bootstrap-ck.js"></script>
<script src="_/js/myscript-ck.js"></script>
</body>
</html>