-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
73 lines (58 loc) · 3.52 KB
/
about.html
File metadata and controls
73 lines (58 loc) · 3.52 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>ChromaVision</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/prism.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Chroma Vision</h1>
<nav>
<ul>
<li><a href="index.html">Main</a></li>
<li><a href="result.html">Results</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</nav>
</header>
<main>
<section id="about-us">
<div class="rectangle" id="beam-w"></div>
<div class="rectangle" id="beam-r"></div>
<div class="rectangle" id="beam-g"></div>
<div class="rectangle" id="beam-b"></div>
<div id="prism-button">Click Me</div>
<div class="triangle" id="prism"></div>
<p class="about-box" id="shane-text"><img src="img/shane-portrait.jpg" alt="Photo of Shane Roach" id='portrait'>
My name is Shane Roach, I am currently studying to become a software developer. I come from a mixed background
of engineering, art, and design; which have ultimately shaped how I view the world. Considering my biggest
passions are making visually stunning, engaging experiences for people, I aim to find a position within tech
that best allows me to apply my skill set. <a id="links" href="https://www.linkedin.com/in/shane-roach-908987226/">LinkedIn</a>
<a id="links" href="https://github.com/Shane-Patrick-Roach">GitHub</a></p>
<p class="about-box" id="jallow-text"> <img src="img/Jallow.JPG" alt="Photo of Jallow Hambalieu" id="portrait">
My name is Hambalieu Jallow but I go by Jallow. I am originally from Gambia, but I have been living in Seattle
for the past 6 years. I have been driving for Uber for the past 6 years but it became stressful and less
rewarding especially during the pandemic. I decided I needed to find a career that I enjoy and more rewarding
than my current job so I could be able to take care of myself and my family. During this research I came
across Software Development. I have always wanted to understand how technology functions and how some of those
technologies are created. A career in Software development will give me the knowledge to understand how some
of these technologies are built and as well as how they function.
<a id="links" href="https://www.linkedin.com/in/hambalieu-jallow-a75989226/">LinkedIn</a>
<a id="links" href="https://github.com/Hambalieu">GitHub</a></p>
<p class="about-box" id="robb-text"> <img src="img/robb-photo.jpg" alt="Photo of Robb Alexander" id="portrait">I'm Robb Alexander: Most of my educational background is in philosophy and
biology, but I love learning about new fields. I'm a student developer hoping to get into the Seattle-area
tech workforce in the coming year. I'm excited to learn and apply more coding skills for a career that
challenges my critical thinking.<a id="links" href="https://www.linkedin.com/in/robb-alexander/">LinkedIn</a>
<a id="links" href="https://github.com/RobbMAlexander">GitHub</a></p>
</section>
<section>
</section>
</main>
<footer>©hamshabb</footer>
<script src="js/about.js"></script>
</body>
</html>