-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
78 lines (67 loc) · 3.82 KB
/
aboutme.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
78
<!DOCTYPE html>
<html>
<head>
<title>Tina Collier: About Me</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Joan&family=Permanent+Marker&display=swap" rel="stylesheet">
</head>
<body class="aboutMeBody">
<nav>
<a href="./index.html">HOME</a>
<a class="active" href="#news">ABOUT</a>
<a href="./Tina Collier Resume 2022.pdf" target="_blank">RESUME</a>
<a href="https://github.com/TinaCollier" target="_blank">WORKS</a>
<a href="#home">CONTACT</a>
<input type="text" placeholder="Search.." >
</nav>
<div class="row">
<div class="column1">
<div>
<header>
<h2 class="aboutMeTitle">ABOUT ME</h2>
<img class="biopic" src="./design/biopic.jpeg" alt="biography picture">
</header>
</div>
<div class="aboutMeDetails">
<div class="icons">
<figure>
<a href="www.linkedin.com/in/tina-collier" target="_blank">
<img class="linkedInIcon" src="./design/linkedinicon.webp" alt="linkedIn icon">
</a>
</figure>
<figure>
<a href="https://github.com/TinaCollier" target="_blank">
<img class="gitHubIcon" src="./design/githubicon.png" alt="GitHub icon">
</a>
</figure>
<figure>
<a href="mailto:[email protected]" target="_blank">
<img class="emailIcon" src="./design/emailicon.png" alt="email icon">
</a>
</figure>
</div>
<div>
<footer >
<ul>
<li>Tina Collier</li>
<li>Email: [email protected]</li>
<li>Phone: (954)895-1177</li>
<li>Blog: tina.collier.blog</span></li>
</ul>
</footer>
</div>
</div>
</div>
<div class="column2">
<div class="bio">
<p>I found my passion for coding late in life. I began my journey on Codecademy and completed the Computer Science Path in two months. I learned how to use Python, postgreSQL, and discrete math. Then I joinged the MITxPro Coding Bootcamp and began learning about full stack development. In tandem with that program, I am completing the Codecademy Full Stack Path.</p>
<br>
<p>I was born in Sarajevo, Bosnia and Herzegovina before the Balkan Wars. My father is a Muslim and my mother was raised Greek Orthodox. We escaped the war and moved to the United States where I've lived a life not unlike other refugees. I found a life in the U.S. that gave me opportunites to learn and grow, and those opportunities have led me to fostering my skills in programming and software engineering.</p>
<br>
<p>I love solving problems and working on challenges. I enjoy finding commonalities and differences in Python and Javascript. I'm proud of the webpages I've created using HTML and CSS. I've documented my journey on my blog and in saved my work to my GitHub account. </p>
</div>
</div>
</div>
</body>
</html>