-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
195 lines (152 loc) · 7.95 KB
/
Copy pathabout.html
File metadata and controls
195 lines (152 loc) · 7.95 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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/index.css">
<link href="https://fonts.googleapis.com/css?family=Tomorrow&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/d5bd08cc1c.js" crossorigin="anonymous"></script>
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/site.webmanifest">
<title>About Page</title>
</head>
<body class="container home">
<header>
<a href="index.html" id="logo">Use My Tech Stuff</a>
<nav>
<a href="about.html">About</a>
<a href="https://usemy-tech-stuff.ddelfaus.now.sh/signup">Sign Up</a>
<a href="https://usemy-tech-stuff.ddelfaus.now.sh/login">Log In</a>
</nav>
</header>
<section class="about-section">
<h1>About Us</h1>
<div class="about-box pl">
<div class="pfp-links">
<img src="img/Wesley-white.jpg" alt="Photo of Wesley White, Project Lead">
<div class="icons">
<a href="https://github.com/Wes-White"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="main-text">
<div class="name-title">
<h2>Wesley White</h2>
<p>Project Lead</p>
</div>
<p>I live in Hawaii. My favorite subject of Lambda is a super close battle between backend and React. My favorite place to
vacation… maybe California, I love San Francisco, Disneyland and the list could really go on. Unfortunately I am petless
but we are tossing around the idea of welcoming a new member to our family. If I could only eat one food for the rest of
my life… I would have to say pizza, it’s super versatile and delicious.</p>
</div>
</div>
<div class="about-box">
<div class="pfp-links">
<img src="img/Corell-brown.png" alt="Photo of Corell Brown, UI Dev">
<div class="icons">
<a href="https://github.com/Corellcb"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="main-text">
<div class="name-title">
<h2>Corell Brown</h2>
<p>UI Dev</p>
</div>
<p>I'm from FL. JavaScript has been my favorite section of Lambda so far because of the ways I've already been able to use it, I like Halloween Horror Nights at Universal, I
sadly don't have any pets. I could just eat pasta everyday of my life.</p>
</div>
</div>
<div class="about-box">
<div class="pfp-links">
<img src="img/Anthony-streett.jpg" alt="Photo of Anthony Streett, UI Dev">
<div class="icons">
<a href="https://github.com/arkstreett"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="main-text">
<div class="name-title">
<h2>Anthony Streett</h2>
<p>UI Dev</p>
</div>
<p>I live in Wilmington, DE. I love the visual aspect of CSS and how it makes a page really come together. You can make something simple look so special! I'd love to travel to London, and I have two dogs who I love very much as if they were my kids. I could survive off of wings from WingStop and not complain.</p>
</div>
</div>
<div class="about-box">
<div class="pfp-links">
<img src="img/Bryan-adams.jpg" alt="Photo of Bryan Adams, React Dev">
<div class="icons">
<a href="https://github.com/BryanKAdams"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="main-text">
<div class="name-title">
<h2>Bryan Adams</h2>
<p>React Dev</p>
</div>
<p>I'm from Utah, Intro to React is my favorite section because of the modularity, I like going to Vegas or Disneyland, I have
a cat named Yuki. Supreme Pizza is my favorite place to eat.</p>
</div>
</div>
<div class="about-box">
<div class="pfp-links">
<img src="img/Arin-ramer.jpg" alt="Photo of Arin Ramer, React Dev">
<div class="icons">
<a href="https://github.com/arinramer"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="main-text">
<div class="name-title">
<h2>Arin Ramer</h2>
<p>React Dev</p>
</div>
<p>I live in Clovis, CA. My favorite section of lambda has been intro to react. My favorite place to go on vacation is
Hawaii. I have a cat named buddy. If I could only eat one thing for the rest of my life it would be sushi.</p>
</div>
</div>
<div class="about-box">
<div class="pfp-links">
<img src="img/David-delfaus.jpg" alt="Photo of David Delfaus, React Dev">
<div class="icons">
<a href="https://github.com/ddelfaus"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="main-text">
<div class="name-title">
<h2>David Delfaus</h2>
<p>React Dev</p>
</div>
<p>I live in Virginia Beach and my favorite section of Lambda School has been flexbox in CSS. I have a dog and if I could
only eat one thing for the rest of my life, it would definitely be pizza.</p>
</div>
</div>
<div class="about-box">
<div class="pfp-links">
<img src="img/Daniel-firpo.jpg" alt="Photo of Daniel Firpo, Backend Dev">
<div class="icons">
<a href="https://github.com/Turtled"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="main-text">
<div class="name-title">
<h2>Daniel Firpo</h2>
<p>Backend Dev</p>
</div>
<p>I live in California and my favorite section of Lambda School has been React development. I have 3 dogs and if I could
only eat one thing for the rest of my life, it would be pizza.</p>
</div>
</div>
</section>
<footer>
<P>Copyright © Use My Tech Stuff <script>document.write(new Date().getFullYear());</script>
</P>
</footer>
</body>
</html>