-
Notifications
You must be signed in to change notification settings - Fork 0
/
indiv4.html
77 lines (67 loc) · 2.9 KB
/
indiv4.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
72
73
74
75
76
77
<!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> / Erika Vazquez</p>
<div class="box">
<img src="Assets/Images/Headshots/image4.JPG" />
<div class="about-box">
<h2>About Me</h2>
<p>Erika is a lambda school student completing the Full-Stack
Web Developer track. With some college background in Computer Science, she is able to
learn web technologies and develop code for websites, such as the page you are on now.
</p>
</div>
<h2>My Role</h2>
<p>My role is UI Web developer. UI Developer stands for User Interface Design, a technology-focused role that
seeks
to create digital software that entices the user into a seamless interaction between
human and computer. </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>
<p>The UI Developer is a Graphic Designer and a people pleaser. Their designs are
practical and focused on engaging the user of an app or website or program.
Crossover UI Developer skills include industrial design, web site design or
software design.</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>