-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (83 loc) · 2.98 KB
/
Copy pathindex.html
File metadata and controls
84 lines (83 loc) · 2.98 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
---
layout: page
---
<div class="hero-area">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Mountainview Website Design</h2>
<p>Custom web design</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 text-center">
<img class="img-responsive" src="{{site.baseurl}}/assets/images/design.png" alt="Web Design">
<h3>Web Design</h3>
<p>We will work with you to create a website that your customers will love!</p>
<!--a class="btn btn-primary" href="what-is-exactly-web-design">Read More</a-->
</div>
<div class="col-md-4 text-center">
<img class="img-responsive" src="{{site.baseurl}}/assets/images/hosting.png" alt="Web Hosting">
<h3>Web Hosting</h3>
<p>We can set up your website to be hosted for free on Github, or wherever you want it hosted.</p>
<!--a class="btn btn-primary" href="#">Read More</a-->
</div>
<div class="col-md-4 text-center">
<img class="img-responsive" src="{{site.baseurl}}/assets/images/maintenance.png" alt="Maintenance">
<h3>Maintenance</h3>
<p>After it's built, you can maintain it yourself, or I can get you on a maintenance plan to keep it up to date.</p>
<!--a class="btn btn-primary" href="#">Read More</a-->
</div>
</div>
</div>
<div id="my-work" class="container">
<div class="row">
<div class="col-md-12">
<h2>Some of my recent work</h2>
<p>All of these projects are built using Jekyll and hosted on Github.</p>
</div>
<div class="col-md-4">
<img class="img-responsive" alt="Lifestone Church" src="{{site.baseurl}}/assets/images/lifestonechurch.jpg">
</div>
<div class="col-md-4">
<img class="img-responsive" alt="Resume Site" src="{{site.baseurl}}/assets/images/resumesite.jpg">
</div>
<div class="col-md-4">
<img class="img-responsive" alt="My blog" src="{{site.baseurl}}/assets/images/adamwadeharris.jpg">
</div>
</div>
</div>
<div id="about" class="container">
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-6">
<h2>About</h2>
<img class="img-responsive img-profile" alt="Adam Harris" src="{{site.baseurl}}/assets/images/adam.jpg" />
<h5>Adam Harris</h5>
<p><small>Developer</small></p>
<p>I'm a full-time front-end developer at <a href="https://www.domo.com/">Domo</a> in American Fork, Utah. I have over 8 years of experience of building things for the web. I'm very excited about building things with Jekyll, which makes it really nice for the developer to be much more in control of the site than with a traditional CMS like Wordpress.</p>
</div>
</div>
</div>
<div id="contact" class="container">
<div class="row text-center">
<div class="col-md-12">
<h2>Let's Work Together</h2>
<p>Let me know if you have any questions or want to get started on your new site!</p>
<p><a class="btn btn-primary btn-lg" href="contact">Contact Me</a></p>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
{{ site.title }}
</div>
</div>
</div>
</footer>