-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutPage.html
70 lines (60 loc) · 3.37 KB
/
AboutPage.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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Liu+Jian+Mao+Cao|Open+Sans&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/34d64cefb7.js" crossorigin="anonymous"></script>
<title>About Us</title>
<link rel="stylesheet" href="css\\index.css">
</head>
<body>
<div class="nav-bar">
<section class="nav-content">
<nav>
<a class="nav-link" href="Index.html">Home</a>
<a class="nav-link" href="AboutPage.html">About Us</a>
<a class="nav-link" href="#">Sign up/Log in</a>
</nav>
<a href="Index.html"><img class="logo" src="img\Updated logo.png"></a>
</section>
</div>
<img class="header-img" src="img\duy-pham-Cecb0_8Hx-o-unsplash.png">
<h1 class="about-header">Meet the team</h1>
<!-- These are the teams specific about sections -->
<div class="about-content">
<section class="about-para">
<h2>Kyle Pace</h2>
<img class="para-img" src="img\circle-cropped (1).png">
<p>Full-stack web developer. I love coding and problem-solving. I work with HTML, CSS, and Javascript.</p>
<a href="https://github.com/kpace622" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="https://twitter.com/PaceKyle" target="_blank"><i class="fab fa-twitter-square"></i></a>
<a href="https://www.linkedin.com/in/kyle-pace-a220b5156/" target="_blank"><i class="fab fa-linkedin"></i></a>
</section>
<section class="about-para">
<h2>Donald Coleman</h2>
<img class="para-img" src="img\circle-cropped (6).png">
<p>Full-Stack Web Developer that loves to code, debug, and help other learn.
<span class="none">gtehregregrfregerfsdfewefewergererf</span>
</p>
<a href="https://github.com/docoleman36" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="https://www.linkedin.com/in/djcoleman479/" target="_blank"><i class="fab fa-linkedin"></i></a>
</section>
<section class="about-para">
<h2>Jason Barr</h2>
<img class="para-img" src="img\circle-cropped (2).png">
<p>Part-time music geek and full-time computer geek. I strive to improve people's lives through technology and outstanding user experience.</p>
<a href="https://github.com/jasonsbarr" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="https://twitter.com/jasonsbarr" target="_blank"><i class="fab fa-twitter-square"></i></a>
<a href="https://www.linkedin.com/in/jasonsbarr/" target="_blank"><i class="fab fa-linkedin"></i></a>
</section>
<section class="about-para">
<h2>Shafi Masoumi</h2>
<img class="para-img" src="img\circle-cropped (4).png">
<p>Full-Stack Web Developer
<span class="none">gtehregregrfregerfsdfewefewergererf gtehregregrfregerfsdfewefewergererf</span>
</p>
<a href="https://github.com/shafi2019" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="https://www.linkedin.com/in/shafi-masoumi-ab099733/" target="_blank"><i class="fab fa-linkedin"></i></a>
</section>
</div>
</body>
</html>