-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
107 lines (102 loc) · 3.64 KB
/
about.html
File metadata and controls
107 lines (102 loc) · 3.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/index.css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<title>About</title>
</head>
<body>
<header>
<nav>
<a href="home.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a href="recipes.html">Recipes</a>
<a href="https://ch0w.now.sh/register" class="button">Sign Up</a>
</nav>
</header>
<div class="aboutUs">
<H1>About Us</H1>
</div>
<div class="us">
<h2>the chow pals!</h2>
</div>
<section class="section1">
<div class="about"> <div>
<img class="aboutimage" src="images/alexis.jpg">
</div>
<p>
Alexis Anderson:<br> Alexis was one of our awesome web react 1 developers! She has<br> amazingly helped put this sweet website together
and make it what it is!
</p>
</div>
<div class="about">
<div>
<img class="aboutimage" src="images/jeff.jpg">
</div>
<p>
Jeff Breig:<br> Jeff was another one of our web react 1 developers. This man helped bring out the <br>juicy flavors of our site and make it as delicious as it could be!
</p>
</div>
</section>
<section class="section1">
</div>
<div class="about">
<div>
<img class="aboutimage" src="images/john.jpg">
</div>
<p>
John Ruble:<br> John was one of the 2 Web UI developers.<br> He helped put together the look of the page and justified<br> the style and appearance of a few pages.
</p>
</div>
<div class="about">
<div>
<img class="aboutimage" src="images/jordan.jpg">
</div>
<p>
Jordan Devaney:<br> Jordan was another of the 2 Web UI developers.<br> He jacked up our giant project by creating a few <br>pages and styling them with just the right style
and appearance.
</p>
</div>
</section>
<section class="section1">
<div class="about">
<div>
<img class="aboutimage" src="images/katrina.jpg">
</div>
<p>
Katrina Roaix:<br> Katrina was the killer back end developer for our project! Without her crazy mad skills all the backend stuff would be kapoot right<br> about now!
</p>
</div>
<div class="about">
<div>
<img class="aboutimage" src="images/larynab.jpg">
</div>
<p>
Larynab: <br>Larynab is our fearless leader. Without her large amount of knowledge and lovable patience, we might not have survived the struggle and hardships!
</p>
</div>
</section>
<section class="section1">
<div class="about">
<div>
<img class="aboutimage" src="images/miley.jpg">
</div>
<p>
Miley Wright:<br> Miley was our masterful web react 2 developer.<br> Her might with coding helped max out the potential of our project!
</p>
</div>
</section>
<footer>
<a href="home.html">Home</a>
<a href="about.html">About</a>
<a href="recipes.html">Recipes</a>
<a href="contact.html">Contact</a>
<a href="https://ch0w.now.sh/register" class="button">Sign Up</a>
</footer>
</body>
</html>