-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (60 loc) · 2.74 KB
/
index.html
File metadata and controls
68 lines (60 loc) · 2.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sal Hernandez</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Engineering Manager. Former mechanic. Pun enthusiast. Always down to chat.">
<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=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&family=DM+Serif+Display&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container">
<!-- Header -->
<header class="header">
<div class="header-left">
<h1 class="name">Sal Hernandez</h1>
<p class="role">Engineering Manager <span class="dim">·</span> Ag-Tech <span class="flag">🇩🇴</span></p>
</div>
<nav class="nav">
<a href="mailto:s.hernandez5400@gmail.com" class="nav-link primary">Contact</a>
<a href="https://linkedin.com/in/clickclickonsal" target="_blank" rel="noopener" class="nav-link">LinkedIn</a>
<a href="https://github.com/clickclickonsal" target="_blank" rel="noopener" class="nav-link">GitHub</a>
</nav>
</header>
<!-- Main Content -->
<main class="main">
<!-- Hero -->
<section class="hero">
<div class="hero-text">
<p class="tagline">
<span class="tagline-line active">I shifted gears from cars to code.</span>
<span class="tagline-line">I build teams, not just features.</span>
<span class="tagline-line">I run marathons & debug life.</span>
<span class="tagline-line">Professional pun-isher.</span>
</p>
<p class="bio">Former automotive technician turned engineering leader. I traded torque wrenches for terminal windows in 2014 and never looked back. Now I grow engineering teams and crops at an ag-tech startup.</p>
<a href="mailto:s.hernandez5400@gmail.com" class="cta">
<span class="status-dot"></span>
<span>Let's chat →</span>
</a>
</div>
<div class="hero-image">
<img src="./img/sal.png" alt="Sal Hernandez" />
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="footer-links">
<a href="https://twitter.com/clickclickonsal" target="_blank" rel="noopener">Twitter</a>
<a href="https://dev.to/clickclickonsal/" target="_blank" rel="noopener">Blog</a>
</div>
<p class="footer-tagline">"The solution lives in-between what we know and what we're solving for."</p>
</footer>
</div>
<script src="js/main.js"></script>
</body>
</html>