-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
166 lines (151 loc) · 6.37 KB
/
index.html
File metadata and controls
166 lines (151 loc) · 6.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Landon Smith | Portfolio</title>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<nav id="top" class="navbar">
<div class="nav-container">
<button class="nav-toggle">☰</button> <!-- hamburger icon -->
<div class="nav-links">
<a href="#top">Profile</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#experience">Experience</a>
<a href="#projects">Projects</a>
<a href="projects.html">Full Projects Page</a>
</div>
</div>
</nav>
<header>
<div class="header-left">
<h2>Profile</h2>
<img src="assets/pfp.png" alt="Profile Photo" class="profile-photo"/>
</div>
<div class="header-right">
<h1>Landon Smith</h1>
<p>Computer Engineering & Electrical Engineering Honors Student @ UT San Antonio</p>
<p>Former Lead Engineer, Designer, Driver, and Programmer for FTC Team 24764 Twisted Transistors </p>
<p>Official Programming Mentor for FTC Team 24764 Twisted Transistors</p>
<p>landon.smith@my.utsa.edu</p>
</div>
</header>
<main class="container">
<section id="about">
<h2>About Me</h2>
<p>
I am a Computer Engineering student at the University of Texas at San Antonio with a 4.0 GPA and Honors
College standing.
I specialize in Java development, robotics programming, embedded systems, and network infrastructure. I am
passionate about
engineering systems that are clean, efficient, and reliable, and well-organized.
</p>
</section>
<section id="skills">
<h2>Skills</h2>
<ul>
<li>Java(6yrs Advanced) • C/C++ (intermediate)</li>
<li>Network Infrastructure Design & Firewall Configuration</li>
<li>Embedded Systems • Raspberry Pi • Server Hosting</li>
<li>CAD • Circuit/Logic Design</li>
<li>Leadership • Communication • Collaboration • Gracious Professionalism</li>
<li>HTML + CSS</li>
</ul>
</section>
<section id="experience">
<h2>Experience</h2>
<div class="item experience-card">
<div class="item">
<h3>Robotics Mentor — FTC Team 24764</h3>
<span>Flour Bluff High School • Aug 2025 – Present</span>
<ul>
<li>Mentored robotics programming and documentation with advanced Java experience.</li>
<li>Maintained the autonomous and tele-op robot codebase.</li>
<li>Improved development efficiency by up to 90%.</li>
</ul>
</div>
<div class="experience-gallery">
<img src="assets/IMG_2686.png" alt="..."/>
<img src="assets/IMG_8486.png" alt="..."/>
<img src="assets/IMG_9157.jpeg" alt="..."/>
<img src="assets/IMG_9158.jpeg" alt="..."/>
</div>
</div>
<div class="item experience-card">
<div class="item">
<h3>Rental Equipment & Customer Service & Employee Trainer</h3>
<span>Holiday Beach Rentals • Apr 2024 – Present</span>
<ul>
<li>Managed reservations and equipment inventory.</li>
<li>Repaired canopy systems, extending lifespan by 6 months.</li>
<li>Trained new employees on all equipment and practices in less than one week</li>
</ul>
</div>
<div class="experience-gallery-special">
<img src="assets/IMG_3385.png" alt="..."/>
</div>
</div>
<div class="item experience-card">
<div class="item">
<h3>Lead Engineer & Programmer — FTC Team 24764</h3>
<span>Flour Bluff HS • Aug 2024 – May 2025</span>
<ul>
<li>Led team to UIL State Semi-Finals (3rd Place, Division 5A).</li>
<li>Sole developer of a full robotics codebase with complete documentation.</li>
<li>Cut development time by 90% with an emphasis on ease of maintainability, with feature
integration
times of less than 6 hours
</li>
</ul>
</div>
<div class="experience-gallery">
<img src="assets/IMG_3233.png" alt="..."/>
<img src="assets/IMG_3208.png" alt="..."/>
<img src="assets/Digital%20twin.png" alt="..."/>
<img src="assets/new%20claws%20exp3.png" alt="..."/>
</div>
</div>
<div class="item">
<h3>Lead Livestream Producer</h3>
<span>Flour Bluff Sports Information • Aug 2024 – May 2025</span>
<ul>
<li>Produced high-quality livestreams for football games.</li>
<li>Boosted stream quality (2×), viewership (1000%), and retention (50%).</li>
</ul>
</div>
</section>
<section id="projects">
<h2>Home Projects</h2>
<div class="item">
<h3>Home Network Infrastructure</h3>
<ul>
<li>Built a secure LAN with malware protection and firewall mitigation.</li>
<li>Reduced ping by 10×, boosted speeds by 5×, and cut malicious activity by 99%.</li>
</ul>
</div>
<div class="item">
<h3>Embedded Systems & Servers</h3>
<ul>
<li>Hosted Docker-based web servers on Raspberry Pi 5.</li>
<li>Deployed Home Assistant and an LLM front-end on local hardware.</li>
<li>Managed a NAS with OpenMediaVault and an ad-blocking DNS service.</li>
</ul>
</div>
<h3><a href="projects.html">Full Projects Page</a></h3>
</section>
</main>
<footer>
© 2026 Landon Smith (This website portfolio is still under construction)
</footer>
</body>
<script>
const toggle = document.querySelector('.nav-toggle');
const links = document.querySelector('.nav-links');
toggle.addEventListener('click', () => {
links.classList.toggle('active');
});
</script>
</html>