-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
242 lines (213 loc) · 8.81 KB
/
index.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
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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!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>Jeffrey Contreras's Portfolio</title>
<!-- box icons -->
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css" rel="stylesheet" />
<!-- custom css -->
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- header design -->
<header class="header">
<a href="#" class="logo">Portfolio</a>
<i class="bx bx-menu" id="menu-icon"></i>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#services">Interests</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contact</a>
</nav>
</header>
<!-- home section design -->
<section class="home" id="home">
<div class="home-content">
<h3>Hello, It's Me</h3>
<h1>Jeffrey Contreras</h1>
<h3>And I'm <span class="multiple-text"></span></h3>
<p>This is my portfolio website. I display my background, skills, and projects. (I will continue to improve the portfolio as I improve my skills)
<div class="social-media">
<a href="https://github.com/Jeffrey-JC"><i class='bx bxl-github'></i></i></a>
<a href="#"><i class='bx bxl-twitter' ></i></a>
<a href="#"><i class='bx bxl-instagram-alt' ></i></a>
<a href="https://www.linkedin.com/in/jeffreycontreras059/" target="_blank"><i class='bx bxl-linkedin' ></i></a>
</div>
<a href="media/Jeffrey_Contreras_Resume.pdf" target="_blank" class="btn">Download Resume</a>
</p>
</div>
<div class="home-img">
<img src="images/proHeadshot.jpg" alt="">
</div>
</section>
<!-- about section design -->
<section class="about" id="about">
<div class="about-img">
<img src="images/ProfessionalHeadshot.jpg" alt="">
</div>
<div class="about-content">
<h2 class="heading">About <span>Me</span></h2>
<h3>Summary:</h3>
<p>
I am a security enthusiast with embedded systems and programming experience, such as Python, C++, C, PowerShell, and SQL.
My current plans are to enter the workforce for a cybersecurity role and to continue my education by pursuing a PhD in Computer Engineering in the future.
</p>
<h3>Coursework:</h3>
<ul>
<li>Ethical Hacking</li>
<li>Embedded Computing</li>
<li>Practical Applied Security</li>
<li>Systems Programming</li>
<li>Engineering Design of Microprocessor Based Operating Systems</li>
<li>Network Security</li>
<li>Fundamentals of Computer Security</li>
<li>Data Mining</li>
</ul>
<p> </p>
<h3>Certifications:</h3>
<ul>
<li>Google Cybersecurity Professional Certification</li>
<li>(ISC)2 Certified in Cybersecurity Certification</li>
</ul>
<!--<a href="experiences.html" class="btn">Read More</a>-->
</div>
</section>
<!--
<section class="experience" id="experience">
<div class="experience-content1">
<h3>Experience:</h3>
<p>Coming soon</p>
</div>
<div class="experience-content2">
<h3>
<p>Coursework:</p>
</h3>
</div>
</section>
-->
<!-- services section design -->
<section class="services" id="services">
<h2 class="heading">My <span>Tech Interests</span></h2>
<div class="services-container">
<div class="services-box">
<i class='bx bx-code-alt'></i>
<h3>Cybersecurity</h3>
<p>I practice my cybersecurity skills with HackTheBox, picoCTF, and HackThisSite. I expand my knowledge with continuous learning
for certifications.
</p>
<a href="notready.html" class="btn">Read More</a>
</div>
<div class="services-box">
<i class='bx bxs-paint' ></i>
<h3>Software Development</h3>
<p>I apply my programming skills such as Python, C++, Javascript, and SQL to create projects such as automation, scripting, mobile dev, and web dev.</p>
<a href="notready.html" class="btn">Read More</a>
</div>
<div class="services-box">
<i class='bx bx-bar-chart-alt' ></i>
<h3>Embedded Systems</h3>
<p>Through coursework, I learned hardware such as Raspberry Pi, Arduino, ESP32, and FPGA boards to create hardware projects with programming.</p>
<a href="notready.html" class="btn">Read More</a>
</div>
<!--
<div class="services-box">
<i class='bx bx-bar-chart-alt' ></i>
<h3>Machine Learning</h3>
<p>I applied my programming skills to develop machine learning projects involving course-work, such as neural networks and classifiers.</p>
<a href="notready.html" class="btn">Read More</a>
</div>
-->
</div>
</section>
<!-- portfolio section design -->
<section class="portfolio" id="portfolio">
<h2 class="heading">Latest <span>Project</span></h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="portImages/port1.jpg" alt="">
<div class="portfolio-layer">
<h4>Photovoltaic Sensor Interface</h4>
<p>A Raspberry Pi that collects and organizes readings from solar cells into a text file</p>
<a href="#"><i class='bx bx-link-external' ></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="portImages/port2.jpg" alt="">
<div class="portfolio-layer">
<h4>Fire Extinguisher Robot</h4>
<p>A robot that scans the room and extinguishes fires</p>
<a href="#"><i class='bx bx-link-external' ></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="portImages/chatApp.jpg" alt="">
<div class="portfolio-layer">
<h4>ChatPop</h4>
<p>A social media iOS mobile app</p>
<a href="#"><i class='bx bx-link-external' ></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/portfolio4.jpg" alt="">
<div class="portfolio-layer">
<h4>Web Design</h4>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Hic, sequi?</p>
<a href="#"><i class='bx bx-link-external' ></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/portfolio5.jpg" alt="">
<div class="portfolio-layer">
<h4>Web Design</h4>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Hic, sequi?</p>
<a href="#"><i class='bx bx-link-external' ></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/portfolio6.jpg" alt="">
<div class="portfolio-layer">
<h4>Web Design</h4>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Hic, sequi?</p>
<a href="#"><i class='bx bx-link-external' ></i></a>
</div>
</div>
</div>
</section>
<!-- experience section design-->
<a href="login.html"></a>
<!-- contact section design -->
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span></h2>
<form action="#">
<div class="input-box">
<input type="text" placeholder="Full Name">
<input type="email" placeholder="Email Address">
</div>
<div class="input-box">
<input type="number" placeholder="Mobile Number">
<input type="text" placeholder="Email Subject">
</div>
<textarea name="" id="" cols="30" rows="10" placeholder="Your Message"></textarea>
<input type="submit" value="Send Message" class="btn">
</form>
</section>
<!-- footer design -->
<footer class="footer">
<div class="footer-text">
<p>Copyright © 2023 by Codehal | All Rights Reserved.</p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class='bx bx-up-arrow-alt' ></i></a>
</div>
</footer>
<!-- scroll reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- typed js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<!-- custom js -->
<script src="js/script.js"></script>
</body>
</html>