-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (66 loc) · 3.3 KB
/
index.html
File metadata and controls
80 lines (66 loc) · 3.3 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
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hire Starr - Web Developer Portfolio </title>
<link rel="stylesheet" href="style.css">
<script src="ext.js"></script>
</head>
<body>
<!--Create menu-->
<header>
<a href="#" class="logo">Portfolio</a>
<ul class="menu">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<!--
<li><a href="#work">Work</a></li>
<li><a href="#services">services</a></li>
<li><a href="#testamonials">Testimonials</a></li>
<li><a href="#contact">Contact</a></li>
-->
</ul>
</header>
<!--Create the home banner section-->
<section class="banner" id="home">
<div class="textBx">
<!-- <img class="banner" id="bannerpic" src="images/Banner-img-transparent.png">-->
<h2>Hello, I'm <br> <span>Starr Robbins</span></h2>
<h3>A web developer</h3>
<a href="https://github.com/BorntobeStarr" target="_blank" class="btn">GitHub</a>
<a href="https://www.linkedin.com/in/starrrobbins/" target="_blank" class="btn">LinkedIn</a>
</div>
</section>
<!--About me section-->
<section class="about" id="about">
<div class="heading">
<!-- <p>Get To Know Me</p>> -->
<h2>Get To Know Me</h2>
</div>
<div class="content">
<div class="w50">
<img src="images/about-me-picture 1.png" alt="" class="proPic">
</div>
<div class="contentBox w50">
<h3>Who am I?</h3>
<h2>I'm <b>Starr Robbins</b> a web developer who transitioned from a background in education, customer service and administrative roles </h2>
<p> My story starts at age nine when I built a computer with my dad. At 30 years old, I am now an up-and-coming tech pro with <b> skills in HTML, CSS, JavaScript, Angular, Typescript and Java.</b> My officaial transition from administrative professional to web developer started in the summer of 2021 with the "LC101" bootcamp through LaunchCode. LaunchCode is a nonprofit that helps people cross into technology careers. They provide hands-on job training to adults who don't have traditional computer science degrees but are eager to learn how to code for full stack web development bootcamp LC101.</p>
<!-- <p> I have experience as administrative professional with a wide variety of skills. I have worked in call centers, customer service environments, and sales teams for over 10 years. My experience includes both written and interpersonal communication skill sets. I am proficient in Microsoft Office (Word, PowerPoint, Excel). I can work well under pressure and have a track record of hitting goals and deadlines earlier than anticipated.</p> -->
<div class="heading bottom">
<a href="images/TECH Resume-Starr-Robbins.pdf" target="blank" class="btn round">Download Developer Resume</a>
<div class="bt">
<b> Name: </b> Starr Robbins <br>
<b>Age:</b> 31
</div>
<div class="bt">
<b>Email:</b> Starr.Robbins@yahoo.com <br>
<b>Location:</b> Philadelphia Metro Area
</div>
</div>
</div>
</div>
</section>
</body>
</html>