-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindiv3.html
68 lines (58 loc) · 2.24 KB
/
indiv3.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
<!DOCTYPE html>
<html>
<head>
<title>Refugee Stories</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="./css/index.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="container2" <!-- Logo and NavBar -->
<div class="top-bar">
<div class="top-left">
<img class="logo" src="./Assets/Images/Logo.png" />
<p class="logo-text">Refugee Stories</p>
</div>
<nav class="navigation">
<a href="./stories.html">Refugee Stories</a>
<a href="#">Submit Story</a>
<a href="about.html">About Us</a>
<a href="#">Contribute</a>
<a href="#">Sign In</a>
</nav>
</div>
<div class="carousel">
<img src="Assets/Images/About Us/Hero Image.png" />
</div>
<div class="about-main-indiv">
<p><a href="about.html">About Us</a> / Carlos de Santiago</p>
<div class="box">
<img src="Assets/Images/Headshots/image3.JPG" />
<div class="about-box">
<h2>About Me</h2>
<p>Carlos is a Lambda School student completing the web developer track.</p>
</div>
<h2>My Role</h2>
<p>My role is as a front-end architect, working with both client and server side
application logic. Work closely with other
team members, and develop best in
class products and features which meets various business requirements.
</p>
<p>Design front-end architectur with architectural guidelines in mind
(secure, high-performing, scalable, extensible, flexible, simple). I develop front-end code that
integrates with back-end interfaces.</p>
<a href="https://medium.com/">Medium</a>
<a href="twitter.com">Twitter</a>
<a href="github.com">Github</a>
<a href="behance.com">Behance</a>
</div>
</div>
<footer>
<p>Logo is an empathy symbol from https://empathysymbol.com</p>
<p>Stories and pictures from https://www.unhcr.org</p>
</footer>
</div>
</div>
</body>
</html>