-
Notifications
You must be signed in to change notification settings - Fork 0
/
indiv7.html
71 lines (62 loc) · 2.67 KB
/
indiv7.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
71
<!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> / Duraan Ali</p>
<div class="box">
<img src="Assets/Images/Headshots/image7.JPG" />
<div class="about-box">
<h2>About Me</h2>
<p>Duraan Ali has an extensive experience in working with non-profit organizations.
He worked for international NGO for over 7 years, working as a regional manager
and a supervisor. He also has first hand experience in helping refugees in parts
of Africa.</p>
</div>
<h2>My Role</h2>
<p>Ali's role is as a UI developer. Ali worked on several parts of the project including the homepage, the
refugee
stories, submit and signin pages. He also worked on the general mobile responsiveness
of the website, making it easy for people viewing from mobile to see all the content</p>
<p>The UI Developer is, first and foremost, a technical, scientific, computer geek. But
like a lot of roles in computing that focus on the consumer experience, the role
seeks to please human beings by understanding how computers are used and how the
experience could be streamlined to create a better end result. This requires some analytical
thought processes.</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>