-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutUs.html
More file actions
61 lines (61 loc) · 2.1 KB
/
Copy pathaboutUs.html
File metadata and controls
61 lines (61 loc) · 2.1 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="index1.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="aboutUs.css">
<title>About Us</title>
</head>
<body>
<header>
<a href="index.html"><img class="headerLogo" src="logos/head_Logo.png"></a>
<div class="center">
<a class="headerLink" href="index.html">Home</a>
<a class="headerLink" href="technology.html">Technology</a>
<a class="headerLink" href="aboutUs.html">About us</a>
<a class="headerLink" href="store.html">Store</a>
</div>
</header>
<h2 style="text-align:center">Our Team</h2>
<div class="rowa">
<div class="column">
<div class="card">
<img src="images/head1.jpeg" alt="Jane" style="width:100%">
<div class="container">
<h2>Jane Burke</h2>
<p class="title">CEO & Founder</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>janeB@gmail.com</p>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><p><button class="button">Contact</button></p></a>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/head2.jpeg" alt="Ben" style="width:100%">
<div class="container">
<h2>Ben Ridley</h2>
<p class="title">Art Director</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>benjaminR@gmail.com</p>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><p><button class="button">Contact</button></p></a>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/head3.jpeg" alt="Tyler" style="width:100%">
<div class="container">
<h2>Tyler Goff</h2>
<p class="title">Designer</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>tylerG@gmail.com</p>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><p><button class="button">Contact</button></p></a>
</div>
</div>
</div>
</div>
</body>
</html>