-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (66 loc) · 3.31 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
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
---
---
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<header class="site-header" role="banner">
{% include navbar.html %}
<div class="wrapper">
<div class="hero-cta row"><div class="col-md-8">
<h1 class="pb-4">Hi, I’m Jennifer, <span class="highlight">Web Designer</span>, <span class="highlight">Web Developer</span> and <span class="highlight">Accessibility Specialist</span></h1>
<p>I design and build beautiful websites for businesses around the globe. If you need a modern and powerful website, send me an email. If we are a good fit, I will give you a time and cost estimate.</p>
<a class="btn btn-primary" href="#mywork">See my work</a>
</div>
<div class="col-md-4">
<img src="assets/pictures/Headshot.jpeg" alt="jennifer houde" />
</div></div>
</div>
</header>
<main class="page-content container " aria-label="Content">
<div class="wrapper" id="mywork">
<div class="work-wrapper">
<h2 class="latest-work-title h4">Latest Work</h2>
<div class="row">
<div class="col-md-6">
<h3 class="h1 latest-title">SahaWellness website</h3>
<div class="tags-wrapper"><span class="tag">Website Design</span>
<span class="tag">Web Developement</span>
<p>This is an acupunture clinic, I designed all pages then built for responsiveness using Gatsby with Contentful CMS. </p>
<a class="btn btn-primary" href="/projects/sahawellness.html">See this project</a>
</div>
</div>
<div class="col-md-6">
<img src="assets/pictures/swclip.jpg" alt="clip image of chatapp website"/>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3 class="h1 latest-title">Lucas Burns Mortgages website</h3>
<div class="tags-wrapper"><span class="tag">Website Design</span>
<span class="tag">Web Developement</span>
<p>This is a mortgage broker website, I designed all pages then built for responsivement using 11ty with Contentful CMS.</p>
<a class="btn btn-primary" href="/projects/lucasburnsmortgages.html">See this project</a>
</div>
</div>
<div class="col-md-6">
<img src="assets/pictures/lbmclip.jpg" alt="clip image of chatapp website"/>
</div>
</div>
</div>
</div>
<div class="wrapper row what-ido">
<div class="col-md-6">
<h2>What I Do</h2>
</div>
<div class="col-md-6">
<h3 class="exp-title">Development</h3>
<p class="pb-80">I build websites in Multiple different platforms, like Webflow, Drupal, Wordpress and more. I can create responsive, powerful and fully custom websites. Plus, I am an Accessibility Specialist making sure your website is fully accessible to all.</p>
<h3 class="exp-title">Design</h3>
<p>I design beautiful and powerful websites for modern businesses. Any business today needs a website that wins customers’ trust and helps you do your business well. I make sure your website is up to that standard.</p>
</div>
</div>
</main>
{% include footer.html %}
</body>
</html>