-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofiles.html
60 lines (55 loc) · 3.14 KB
/
profiles.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
<!DOCTYPE>
<html>
<head>
<link rel="stylesheet" type="text/css" href="profiles.css">
<title>ARC-J Profiles</title>
<link href='http://fonts.googleapis.com/css?family=Cabin:600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
<header>
<div id="navbar">
<ul>
<li><a href="index.html">Home</a> </li>
<li><a href="Projects/index.html">Projects</a></li>
<li><a href="#">Profiles</a></li>
<li><a href="aboutpage/index.html">About</a> </li>
</ul>
</div>
</header>
</head>
<body>
<h1>Team ARC-J</h1>
<div class="profile-div">
<img class="profile-pic" src="Anita.JPG" alt="">
<h3>Anita Amini</h3>
<p class="bio"></p>
<a href="https://github.com/Neats29"><img class="social-media" src="1422474383_github_rounded-128.png"></a>
<a href="https://twitter.com/neats29"><img class="social-media" src="1422474405_UberCons_SocialPack_Twitter-128.png"></a>
<a class="social-media" href=""><img class="social-media" src="1422474433_linkedin_circle_color-128.png"></a>
<!-- <a class="social-media" href=""><img id="codewars" src="https://s3.amazonaws.com/cf_stage/company/logo/1183.jpg?562594"></a>-->
</div>
<div class="profile-div">
<img class="profile-pic" src="rory.JPG" alt="">
<h3>Rory Sedgwick</h3>
<p class="bio"></p>
<a href="https://github.com/rorysedgwick"><img class="social-media" src="1422474383_github_rounded-128.png"></a>
<a href="https://twitter.com/RorySedgwick"><img class="social-media" src="1422474405_UberCons_SocialPack_Twitter-128.png"></a>
<a href="https://www.linkedin.com/profile/view?"><img class="social-media" class="social-media" src="1422474433_linkedin_circle_color-128.png"></a>
</div>
<div class="profile-div">
<img class="profile-pic" src="Charlotte.JPG" alt="">
<h3>Charlotte Nash</h3>
<p class="bio"></p>
<a href="https://github.com/lottie-em"><img class="social-media" src="1422474383_github_rounded-128.png"></a>
<a href="https://twitter.com/lottie_em"><img class="social-media" src="1422474405_UberCons_SocialPack_Twitter-128.png"></a>
<a href="uk.linkedin.com/in/charlottenash15"><img class="social-media" src="1422474433_linkedin_circle_color-128.png"></a>
</div>
<div class="profile-div">
<img class="profile-pic" src="James.JPG" alt="">
<h3>James Griffiths</h3>
<p class="bio"></p>
<a href="https://github.com/MIJOTHY"><img class="social-media" src="1422474383_github_rounded-128.png"></a>
<a href=""><img class="social-media" src="1422474405_UberCons_SocialPack_Twitter-128.png"></a>
<a href=""><img class="social-media" src="1422474433_linkedin_circle_color-128.png"></a>
</div>
</body>
</html>