-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
118 lines (99 loc) · 3.82 KB
/
about.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About HarvestDirect</title>
<link href="https://fonts.googleapis.com/css?family=Indie+Flower|Roboto" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
</head>
<body>
<div class="pageBreakOrange">
</div>
<div class="headerContainer">
<a href="#">Login</a>
</div>
<div class="logo">
<img src="img/top-bg-img.jpg" alt="bg">
</div>
<nav class="navContainer">
<nav class="navBar">
<a href="#">Home</a>
<a href="#">About Us</a>
<a href="#">Why HD?</a>
<a href="#">Contact Us</a>
</nav>
</nav>
<div class="headerPhoto">
<h1>Making The Connection</h1>
<img src="img/top-bg-img.jpg" alt="bg">
</div>
<div class="pageBreakGray">
</div>
<div class="aboutContainer">
<Section class="callToAction">
<div class="missionStatement">
<h1>Meet our team of dedicated developers who all share a passion for local produce.</h1>
</div>
</Section>
<section class="teamInfo">
<p>Our team is centered around finding ways to directly connect people with local organic produce. We had a dream of creating a community where we could connect consumers directly to the source: Your neighborhood farmers. We also wanted farmers to be able to easily sell produce at the price they want.</p>
</section>
<section class="aboutContainer">
<div class="bioCard">
<img src="img/bio-dave.png" alt="Dave!">
<h2>Dave Kane</h2>
<p>Back End Developer</p>
<p>Tennessee</p>
<a href="https://github.com/DoubleBridges">GitHub</a>
</div>
<div class="bioCard">
<img src="img/bio-gary.png" alt="Dave!">
<h2>Gary Porter</h2>
<p>Front End Developer - React 2</p>
<p>Washington</p>
<a href="https://github.com/garybot">GitHub</a>
</div>
<div class="bioCard">
<img src="img/bio-courtney.jpg" alt="Dave!">
<h2>Courtney Jackson</h2>
<p>Front End Developer - React 2</p>
<p>New Jersey</p>
<a href="https://github.com/CourtneyJa">GitHub</a>
</div>
<div class="bioCard">
<img src="img/bio-melissa.jpg" alt="Dave!">
<h2>Melissa Kemp</h2>
<p>Front End Developer - React 1</p>
<p>Idaho</p>
<a href="https://github.com/otterspawdesign">GitHub</a>
</div>
<div class="bioCard">
<img src="img/bio-alberto.png" alt="Dave!">
<h2>Alberto Rodriguez</h2>
<p>Front End Developer - React 1</p>
<a href="https://github.com/junior90rodriguez">GitHub</a>
</div>
<div class="bioCard">
<img src="img/bio-gustavo.png" alt="Dave!">
<h2>Gustavo Cohen</h2>
<p>UI Developer</p>
<p>Florida</p>
<a href="https://github.com/cohengus">GitHub</a>
</div>
<div class="bioCard">
<img src="img/bio-seth.jpg" alt="Dave!">
<h2>Seth Nelson</h2>
<p>UI Developer</p>
<p>Washington</p>
<a href="https://github.com/seth-nelson">GitHub</a>
</div>
</section>
</div>
<div class="pageBreakOrange">
</div>
<footer class="footer">
<h1>HarvestDirect</h1>
<p>Designed by Lambda students 2019. Images by Unsplash. Hosting by Netlify.</p>
</footer>
</body>
</html>