-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
202 lines (183 loc) · 8.61 KB
/
index.html
File metadata and controls
202 lines (183 loc) · 8.61 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.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=Days+One&family=Rock+Salt&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script defer src="script.js"></script>
<title>Portfolio</title>
</head>
<body>
<header class="banner">
<span class="banner-content"><img src="Images/Logo.png" alt="Logo" height="38px"></span>
<span class="banner-content rock-salt-regular">Max Estrella</span>
<button class="dropdown-button-bar"><i class="fa-solid fa-bars"></i></button>
<button class="dropdown-button-x"><i class="fa-solid fa-xmark"></i></button>
</header>
<nav class="navbar">
<ul class="navlist">
<li class="item"><a href="#about">About Me</a></li>
<li class="item"><a href="#portfolio">Portfolio</a></li>
<li class="item"><a href="#certificates">Certificates</a></li>
<li class="item"><a href="#contact">Contact</a></li>
<li style="float:right" class="item"><a href="Images\MAX ESTRELLA CV.pdf" target="_blank">Download CV</a>
</li>
</ul>
</nav>
<nav class="mobile-nav visible" id="mobile-nav">
<ul class="mobile-nav-content">
<li class="mobile-nav-item"><a href="#about">About Me</a></li>
<li class="mobile-nav-item"><a href="#portfolio">Portfolio</a></li>
<li class="mobile-nav-item"><a href="#certificates">Certificates</a></li>
<li class="mobile-nav-item"><a href="#contact">Contact</a></li>
<li class="mobile-nav-item"><a href="Images\MAX ESTRELLA CV.pdf" target="_blank">Download CV</a></li>
</ul>
</nav>
<div class="container">
<section class="top-section">
<div class="top">
<div class="slideshow-container">
<div class="slide fade">
<img src="Images/Portfolio Thumbnails/1.png" style="width:100%">
</div>
<div class="slide fade">
<img src="Images/Portfolio Thumbnails/2.png" style="width:100%">
</div>
</div>
<div class="top-head">
<h1>Max Estrella</h1>
<h2>Junior Developer</h2>
</div>
</div>
</section>
<section class="display-box" id="about">
<h2 class="display-box-head rock-salt-regular">About me</h2>
<div class="display-box-text">
<p>Since I can remember I have been fascinated with technology and the process of how an input can
effect pixels on a screen.</p>
<p>After graduating 6th form I knew my path was set in software and I
searched for an intensive proffessional training program, which lead
me to IO Academy where I was accepted for a government funded
place to train full time in full stack development.
</p>
<p>Since then, I have been honing my skills by building software and continuing my learning through
various online
means, such as Codecademy and the Harvard CS50, which I am
completing currently.
</p>
</div>
</section>
<section class="languages-section">
<div>
<i class="fa-brands fa-html5"></i>
<i class="fa-brands fa-css3-alt"></i>
<i class="fa-brands fa-square-js"></i>
<i class="fa-brands fa-react"></i>
<i class="fa-brands fa-node"></i>
</div>
<div>
<i class="fa-brands fa-php"></i>
<i class="fa-brands fa-laravel"></i>
<i class="fa-solid fa-database"></i>
</div>
</section>
<section class="display-box" id="skill">
<h2 class="display-box-head rock-salt-regular">Skill set</h2>
<div class="display-box-text skill-text">
<div>
<h3>Full Stack</h3>
<p>Languages: HTML, CSS, JavaScript and PHP.</p>
<p>Frameworks: React, Tailwind, Laravel and Node.js.</p>
</div>
<div>
<h3>Other Languages</h3>
<p>Other Languages I have worked with: Python, C, C++.</p>
</div>
<div>
<h3>Tools and Software</h3>
<p>Tools: Postman, Docker, XAMPP, SqualAce, HeidiSQL and of course Git/GitHub.</p>
<p>IDEs: VSCode and PHPStorm</p>
</div>
<div>
<h3>Web Scraping</h3>
<p>Web Scraping with Python in conjunction with libraries such a Beautiful Soup and Selinium.</p>
</div>
</div>
</section>
<!-- <section class="languages-section">
<div>
<i class="fa-brands fa-html5"></i>
<i class="fa-brands fa-css3-alt"></i>
<i class="fa-brands fa-square-js"></i>
<i class="fa-brands fa-react"></i>
<i class="fa-brands fa-node"></i>
</div>
<div>
<i class="fa-brands fa-php"></i>
<i class="fa-brands fa-laravel"></i>
<i class="fa-solid fa-database"></i>
</div>
</section> -->
<section class="portfolio-section">
<div class="section-header days-one-regular">
<h2 id="portfolio">Portfolio</h2>
</div>
<div class="portfolio">
<div class="target"></div>
</div>
</section>
<section class="certificates-section">
<div class="section-header days-one-regular">
<h2 id="certificates">Certificates</h2>
<p>Below are some of the certificates I've earned this past year:</p>
</div>
<div class="certificates-content">
<div class="main-certificate">
<img src="Images\Certificates\SDE_Max Estrella.png" alt="Main Certificate" />
<h3>IO Academy SDE</h3>
<p>12 week full stack development bootcamp</p>
</div>
<div class="portfolio">
<div class="target2"></div>
</div>
<div id="certificates-modal" class="certificates-modal">
<span class="close">×</span>
<img class="certificates-modal-content" id="certificates-modal-img">
<div id="certificates-modal-caption"></div>
</div>
</div>
<div class="certificates-buttons">
<button class="certificates-toggle">Toggle Certificates</button>
</div>
</section>
</div>
<footer>
<div class="footer-header">
<h2 id="contact">Contact Me</h2>
</div>
<div class="footer-body">
<div>
<p>If you are interested in contacting me, find here my email, mobile number and LinkedIn.
I reccomend dropping me a text or email as this will likely reach me the fastest!</p>
<p>Additionally there is a link to my GitHub if you would like to have a browse of my profile!</p>
</div>
<div class="contact-details">
<h4>Email: <a href="mailto: maxestrella565@gmail.com">maxestrella565@gmail.com</a></h4>
<h4>Mobile: <a href="tel:07841634123">07841 634123</a></h4>
<div class="socials">
<a href="https://github.com/Xtrellah" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/max-estrella/" target="_blank"><i
class="fa-brands fa-linkedin"></i></a>
<!-- <a href="https://www.instagram.com/instagram" target="_blank"><i
class="fa-brands fa-instagram"></i></a> -->
</div>
</div>
</div>
<p class="copyright">© Max Estrella 2024 // All rights reserved</p>
</footer>
</body>
</html>