-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
121 lines (115 loc) · 4.46 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
119
120
121
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
<link rel="stylesheet" href="css/index.css" />
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">
You are using an <strong>outdated</strong> browser. Please
<a href="#">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
<div class="container-main">
<header>
<nav class="left">
<span><a href="index.html">Home</a></span>
<span class="middle_dot">•</span>
<span><a href="about.html">About Us</a></span>
</nav>
<h1><a href="index.html">I'll Serve Soup</a></h1>
<nav class="right">
<span><a href="https://weservesoup.netlify.com/">Log in</a></span>
<span class="middle_dot">•</span>
</span><a href="#" class="btn">Sign Up</a></span>
</nav>
</header>
<h5>Meet The Team</h5><br>
<h5>[Web UI developers]</h5><br>
<section class="ui-about">
<div class="ui-devs">
<div class="mike">
<img src="https://ca.slack-edge.com/T4JUEB3ME-UJEABAKGD-c247641b1989-512">
<h6>Michael Jeter</h6>
<a href="https://github.com/mikejeter" target="_blank"><img class="github" src="images/GitHub_Logo.png"></a>
</div>
<div class="dee">
<img src="https://ca.slack-edge.com/T4JUEB3ME-UGE2LT0BS-1c5c7ac053c0-512">
<h6>Dee Barizo</h6>
<a href="https://github.com/deebarizo"target="_blank"><img class="github" src="images/GitHub_Logo.png"></a>
</div>
</div>
</section>
<h5>[Web UX developers]</h5><br>
<section class="ux-about">
<div class="ux-devs">
<div class="rob">
<img src="https://ca.slack-edge.com/T4JUEB3ME-UGES1SXSB-39b791034ad0-512">
<h6>Robert Thompson</h6>
<a href="https://github.com/rthom2178"target="_blank"><img class="github" src="images/GitHub_Logo.png"></a>
</div>
<div class="karen">
<img src="https://ca.slack-edge.com/T4JUEB3ME-UCGBNA1AA-7eea718b5fbd-512">
<h6>Karen Yearwood</h6>
<a href="https://github.com/kly001"target="_blank"><img class="github" src="images/GitHub_Logo.png"></a>
</div>
</div>
</section>
<h5>[Project Manager]</h5><br>
<section class="pm-about">
<div class="pm">
<div class="adam"></div>
<img src="https://ca.slack-edge.com/T4JUEB3ME-UC83A7BG8-24a275a3d2e0-512">
<h6>Adam Hinckley</h6>
<a href="https://github.com/adamhinckley"target="_blank"><img class="github" src="images/GitHub_Logo.png"></a><br>
</div>
</section>
<footer>
<div class="top">
<div class="social_media">
<h2>I'll Serve Soup</h2>
<a href="#" class="facebook_icon"></a>
<a href="#" class="twitter_icon"></a>
<a href="#" class="instagram_icon"></a>
<a href="#">CONTACT US</a>
</div>
<div class="learn_more">
<h2>Learn More</h2>
<a href="#">Get Started</a>
<a href="#">Tutorials</a>
<a href="#">FAQ</a>
<a href="#">Request a Demo</a>
</div>
<div class="dive_deep">
<h2>Dive Deep</h2>
<a href="#">Inventory Processing</a>
<a href="#">Donation Assessment</a>
<a href="#">Order Management</a>
<a href="#">Volunteer Portal</a>
</div>
<div class="business">
<h2>Business</h2>
<a href="about.html">About Us</a>
<a href="#">Data Security</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms of Service</a>
</div>
</div>
<div class="bottom">
<div class="left">© 2019 · I'LL SERVE SOUP</div>
<div class="right">PRIVACY · TERMS OF SERVICE · LEGAL</div>
</div>
</footer>
</div>
</body>
</html>