-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
171 lines (148 loc) · 5.85 KB
/
Copy pathindex.html
File metadata and controls
171 lines (148 loc) · 5.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Leo Castro Portfolio" />
<meta name="author" content="Leo Castro" />
<title>Leo Castro | Portfolio</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-49S4JFVG49"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-49S4JFVG49');
</script>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Google Font -->
<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=Plus+Jakarta+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" />
<!-- Bootstrap Icons -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="css/dark.css" rel="stylesheet" />
<link href="css/custom.css" rel="stylesheet" />
<style>
.profile-img-small {
max-width: 170px;
height: auto;
display: block;
margin: 0 auto 1.5rem auto;
border-radius: 50%;
}
/* Hide giant gradient box & dots */
.profile,
.dots-1,
.dots-2,
.dots-3,
.dots-4 {
display: none !important;
}
.projects-link {
color: #7928be !important;
text-decoration: none !important;
font-size: 1.25rem;
font-weight: 600;
}
.projects-link:hover {
opacity: 0.8;
}
/*footer-links*/
.footer-link{
color: white;
text-decoration: none;
font-size: 1.2rem;
}
.footer-link:hover{
text-decoration: underline;
}
</style>
</head>
<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark bg-white py-3">
<div class="container px-5">
<a class="navbar-brand" href="index.html">
<span class="fw-bolder navbar-brand-name">Leo Castro</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-expanded="false">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 small fw-bolder">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- HERO ONLY -->
<header class="py-4">
<div class="container px-5 pb-2">
<!-- Profile Image -->
<div class="row justify-content-center">
<div class="col-12 text-center mt-4">
<img src="assets/profile.png" alt="Leo Castro" class="profile-img-small">
</div>
</div>
<!-- Hero Content -->
<div class="row gx-5 justify-content-center text-center mt-3">
<div class="col-xxl-8">
<h1 class="display-5 fw-bolder mb-3">
<span class="name-white">Leo Castro</span>
</h1>
<div class="fs-5 fw-light mb-3" style="color=#C9D3FA; font-weight:700;">
DevOps | Data Science | Analytics
</div>
<div class="d-flex justify-content-center fs-2 gap-4 mb-4">
<a class="text-gradient" href="https://linkedin.com/in/otcastro" target="_blank">
<i class="bi bi-linkedin"></i>
</a>
<a class="text-gradient" href="https://github.com/castro-ux" target="_blank">
<i class="bi bi-github"></i>
</a>
<a class="text-gradient" href="contact.html" target="_blank">
<i class="bi bi-person-lines-fill"></i>
</a>
</div>
<br>
<!-- BIO -->
<p class="lead fw-light mb-0 px-2"style="font-size: 1.1rem; line-height: 1.7; max-width: 720px; margin: 0 auto; color: #C9D3FA; font-weight: 600; margin-bottom: 0;">
I’m Leo Castro, a data scientist specializing in analytics and machine learning. I bring 10+ years of clinical experience as an Occupational Therapist in acute care and seating and mobility. I recently completed Eastern University’s Data Science program, graduating in May 2026. I am now expanding into DevOps.
</p>
</div>
</div>
</div>
</header>
</main>
<!-- FOOTER -->
<footer class="py-2" style="background-color: transparent;">
<div class="container px-5 text-center">
<div class="mb-2">
<a class="small footer-link" href="index.html">Home</a>
<span class="mx-2">·</span>
<a class="small footer-link" href="projects.html">Projects</a>
<span class="mx-2">·</span>
<a class="small footer-link" href="contact.html">Contact</a>
</div>
<br>
<div class="small text-white copyright">© Castro 2026</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>