-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwork.php
More file actions
90 lines (79 loc) · 4.35 KB
/
work.php
File metadata and controls
90 lines (79 loc) · 4.35 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
80
81
82
83
84
85
86
87
88
89
90
<!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>Where Chance Works | 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">Hello! I'm Chance Smith</h1>
<h1 class="hidden-lg">Hello! I'm Chance</h1>
<h2 class="visible-lg">Strategist | Developer | Leader</h2>
<p class="visible-lg">Here are the businesses and projects I'm excitedly apart of.</p>
<p>
<a class="btn btn-lg btn-primary" href="/tools.php" role="button">Tools I use »</a>
</p>
</div>
<div class="jumbotron sh">
<h1>Sodium Halogen</h1>
<p>After combining part-time work and an internship with this UX design firm I am now full-time as the Strategic Innovationist. My roll includes project management, business strategy/analytics, and web development. Sometimes I journey out to collect drops of tiger blood and unicorn tears.</p>
<p>Checkout the current Sodium Halogen site.</p>
<p>
<a class="btn btn-lg btn-primary" href="http://sodiumhalogen.com" role="button">View the site »</a>
</p>
</div>
<!-- <div class="jumbotron bjl">
<h1>Better Job Landing</h1>
<p>In an attempt to help applicants find great employers to work for, and help employers find great employees to hire, I founded and built BJL. </p>
<p>To see the progress on v3.0 thus far checkout the site.</p>
<p>
<a class="btn btn-lg btn-primary" href="http://betterjoblanding.com" role="button">View the site »</a>
</p>
</div> -->
<div class="jumbotron wcs">
<h1>Wolfgang Computer Service</h1>
<p>This is where I learned web development. I needed a website to help advertise my computer repair business. I still help Jackson, TN business clients with their computer configurations. I've successfully completed an abundant amount of network setups, website changes and virus removals.</p>
<p>Remote support has been my focus the past 2 years.</p>
<p>
<a class="btn btn-lg btn-primary" href="http://wolfgangcomputer.com" role="button">View the site »</a>
</p>
</div>
<div class="jumbotron sk">
<h1>Smoothie King</h1>
<h2>Jackson, TN</h2>
<p>With the focus on health and community I'm continuously ecstatic about helping the local franchise owner Matt Ingram with his store and team.</p>
<p>6 years with Smoothie King and over 12 years of restaurant experience. It's nice to have this still part of my work week.</p>
<p>
<a class="btn btn-lg btn-primary" href="http://skjackson.com" role="button">View our site »</a>
</p>
</div>
<div class="jumbotron otherProjects">
<h1>Other Projects</h1>
<p>There are always other irons in the fire. I have some side items that I've put up. I hope by adding this category it will push me to make more and do more.</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>