mirror of
https://github.com/ced4568/ced-portfolio.git
synced 2026-08-13 06:44:02 +00:00
Upgrade portfolio site UI
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
+220
-29
@@ -1,40 +1,231 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8" />
|
||||||
<title>Chase Dumphord | Digital Systems Engineer</title>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="stylesheet" href="style.css">
|
<title>Chase Dumphord | Digital Systems & Infrastructure</title>
|
||||||
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="Chase Dumphord portfolio - digital systems, infrastructure, networking, cybersecurity, and real-world technical projects."
|
||||||
|
/>
|
||||||
|
<link rel="stylesheet" href="style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<header class="site-header">
|
||||||
<header>
|
<div class="container nav">
|
||||||
<h1>Chase Dumphord</h1>
|
<a href="#top" class="logo">Chase Dumphord</a>
|
||||||
<p>Digital Systems | Networking | Cybersecurity</p>
|
<nav>
|
||||||
</header>
|
<ul class="nav-links">
|
||||||
|
<li><a href="#about">About</a></li>
|
||||||
<section>
|
<li><a href="#projects">Projects</a></li>
|
||||||
<h2>🚀 Featured Project</h2>
|
<li><a href="#resume">Resume</a></li>
|
||||||
<div class="card">
|
<li><a href="#contact">Contact</a></li>
|
||||||
<h3>APRS iGate System</h3>
|
</ul>
|
||||||
<p>Built a dual-node APRS iGate with Raspberry Pi, Direwolf, APRS-IS, GPS, and network failover.</p>
|
</nav>
|
||||||
<a href="https://github.com/ced4568/ceds-aprs-igate" target="_blank">View Project</a>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</header>
|
||||||
|
|
||||||
<section>
|
<main id="top">
|
||||||
<h2>🧠 Skills</h2>
|
<section class="hero">
|
||||||
<ul>
|
<div class="container hero-grid">
|
||||||
<li>Linux / Systemd</li>
|
<div class="hero-text">
|
||||||
<li>Networking / VLANs</li>
|
<p class="eyebrow">Digital Systems • Infrastructure • Networking • Cybersecurity</p>
|
||||||
<li>Raspberry Pi / Embedded Systems</li>
|
<h1>I build real-world systems that connect hardware, networks, software, and operations.</h1>
|
||||||
<li>Cybersecurity Fundamentals</li>
|
<p class="lead">
|
||||||
</ul>
|
I’m Chase Dumphord. My work spans digital systems, Linux infrastructure, homelab engineering,
|
||||||
</section>
|
Raspberry Pi deployments, networking, and practical technical problem solving.
|
||||||
|
</p>
|
||||||
|
|
||||||
<section>
|
<div class="hero-actions">
|
||||||
<h2>📫 Contact</h2>
|
<a class="btn btn-primary" href="#projects">View Projects</a>
|
||||||
<p>Email: [email protected]</p>
|
<a class="btn btn-secondary" href="#contact">Contact Me</a>
|
||||||
</section>
|
</div>
|
||||||
|
|
||||||
|
<ul class="quick-facts">
|
||||||
|
<li>Based in Oxford, MS</li>
|
||||||
|
<li>GitHub: <a href="https://github.com/ced4568" target="_blank" rel="noopener noreferrer">ced4568</a></li>
|
||||||
|
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="hero-image-card">
|
||||||
|
<img src="assets/images/ChaseD_headshot.jpg" alt="Headshot of Chase Dumphord" class="hero-image" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="about" class="section">
|
||||||
|
<div class="container">
|
||||||
|
<div class="section-heading">
|
||||||
|
<p class="section-label">About</p>
|
||||||
|
<h2>Hands-on systems builder with a digital infrastructure mindset</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content-grid">
|
||||||
|
<div class="card">
|
||||||
|
<p>
|
||||||
|
I’m a technical professional focused on digital systems, infrastructure, networking, and cybersecurity.
|
||||||
|
I enjoy building systems that are practical, reliable, and well documented — from APRS iGates and
|
||||||
|
Raspberry Pi deployments to homelab services, automation, and troubleshooting workflows.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
My background blends field engineering, industrial technology, software-oriented thinking, and infrastructure
|
||||||
|
problem solving. I’m especially interested in projects that connect the physical and digital worlds through
|
||||||
|
monitoring, networking, automation, and secure design.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="card">
|
||||||
|
<h3>Core Focus Areas</h3>
|
||||||
|
<ul class="clean-list">
|
||||||
|
<li>Linux systems and service management</li>
|
||||||
|
<li>Networking, VLANs, failover, and connectivity troubleshooting</li>
|
||||||
|
<li>Raspberry Pi and edge-device deployments</li>
|
||||||
|
<li>Digital systems and infrastructure documentation</li>
|
||||||
|
<li>Cybersecurity fundamentals and secure system design</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="projects" class="section section-alt">
|
||||||
|
<div class="container">
|
||||||
|
<div class="section-heading">
|
||||||
|
<p class="section-label">Projects</p>
|
||||||
|
<h2>Featured technical work</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="projects-grid">
|
||||||
|
<article class="project-card">
|
||||||
|
<div class="project-top">
|
||||||
|
<h3>APRS iGate System</h3>
|
||||||
|
<span class="tag">Featured</span>
|
||||||
|
</div>
|
||||||
|
<p>
|
||||||
|
Built a dual-node APRS iGate system using Raspberry Pi, Direwolf, APRS-IS, GPS planning,
|
||||||
|
and automated Wi-Fi failover between HomeLab and mobile hotspot connectivity.
|
||||||
|
</p>
|
||||||
|
<ul class="clean-list">
|
||||||
|
<li>Direwolf APRS decoding and APRS-IS integration</li>
|
||||||
|
<li>Systemd-managed service automation</li>
|
||||||
|
<li>HomeLab ↔ hotspot failover using nmcli priorities</li>
|
||||||
|
<li>GitHub-documented configs, architecture, and setup</li>
|
||||||
|
</ul>
|
||||||
|
<div class="project-links">
|
||||||
|
<a href="https://github.com/ced4568/ceds-aprs-igate" target="_blank" rel="noopener noreferrer">View Repo</a>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<article class="project-card">
|
||||||
|
<div class="project-top">
|
||||||
|
<h3>Ced’s HomeLab</h3>
|
||||||
|
<span class="tag">In Progress</span>
|
||||||
|
</div>
|
||||||
|
<p>
|
||||||
|
Ongoing homelab platform focused on infrastructure, monitoring, self-hosting, networking,
|
||||||
|
and practical systems engineering.
|
||||||
|
</p>
|
||||||
|
<ul class="clean-list">
|
||||||
|
<li>VLAN-aware architecture</li>
|
||||||
|
<li>Pi-based services and self-hosted tools</li>
|
||||||
|
<li>Documentation-driven build process</li>
|
||||||
|
<li>Future monitoring and dashboard expansion</li>
|
||||||
|
</ul>
|
||||||
|
<div class="project-links">
|
||||||
|
<a href="https://github.com/ced4568" target="_blank" rel="noopener noreferrer">View GitHub</a>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="resume" class="section">
|
||||||
|
<div class="container">
|
||||||
|
<div class="section-heading">
|
||||||
|
<p class="section-label">Resume Snapshot</p>
|
||||||
|
<h2>Technical experience that bridges field work and digital systems</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content-grid">
|
||||||
|
<div class="card">
|
||||||
|
<h3>What I Bring</h3>
|
||||||
|
<ul class="clean-list">
|
||||||
|
<li>Industrial and field-service technical experience</li>
|
||||||
|
<li>Linux, Raspberry Pi, and systems administration work</li>
|
||||||
|
<li>Networking, connectivity, and troubleshooting depth</li>
|
||||||
|
<li>Documentation, process building, and reproducible project design</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="card">
|
||||||
|
<h3>Current Direction</h3>
|
||||||
|
<p>
|
||||||
|
I’m positioning myself around digital systems, infrastructure, networking, and cyber-adjacent technical work —
|
||||||
|
especially roles where hands-on problem solving and system integration matter.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
More detailed resume content will be added here as the portfolio grows.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="section section-alt personal-section">
|
||||||
|
<div class="container personal-grid">
|
||||||
|
<div class="personal-image-wrap">
|
||||||
|
<img src="assets/images/lakephotopinkpants.png" alt="Chase Dumphord standing by a fence with a lake view in the background" class="personal-image" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="card">
|
||||||
|
<p class="section-label">Personal Note</p>
|
||||||
|
<h2>Technical, curious, and always building</h2>
|
||||||
|
<p>
|
||||||
|
Outside of work, I enjoy electronics, self-hosting, coding, drones, and hands-on technical projects that
|
||||||
|
push me to learn something useful. That curiosity carries directly into the way I build and document systems.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="contact" class="section">
|
||||||
|
<div class="container">
|
||||||
|
<div class="section-heading">
|
||||||
|
<p class="section-label">Contact</p>
|
||||||
|
<h2>Let’s connect</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="contact-grid">
|
||||||
|
<div class="card">
|
||||||
|
<h3>Contact Info</h3>
|
||||||
|
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
|
||||||
|
<p>Phone: <a href="tel:+16627154233">662-715-4233</a></p>
|
||||||
|
<p>Location: Oxford, MS</p>
|
||||||
|
<p>GitHub: <a href="https://github.com/ced4568" target="_blank" rel="noopener noreferrer">github.com/ced4568</a></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="card">
|
||||||
|
<h3>What I’m Open To</h3>
|
||||||
|
<ul class="clean-list">
|
||||||
|
<li>Digital systems and infrastructure roles</li>
|
||||||
|
<li>Networking and technical operations work</li>
|
||||||
|
<li>Cybersecurity-adjacent technical positions</li>
|
||||||
|
<li>Projects involving hardware + software integration</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="site-footer">
|
||||||
|
<div class="container footer-content">
|
||||||
|
<p>© Chase Dumphord</p>
|
||||||
|
<a href="#top" class="back-to-top">Back to top ↑</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script src="script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
const yearSpan = document.querySelector("[data-year]");
|
||||||
|
if (yearSpan) {
|
||||||
|
yearSpan.textContent = new Date().getFullYear();
|
||||||
|
}
|
||||||
|
});
|
||||||
@@ -1,21 +1,350 @@
|
|||||||
|
:root {
|
||||||
|
--bg: #0b1220;
|
||||||
|
--bg-soft: #121a2b;
|
||||||
|
--card: #172235;
|
||||||
|
--text: #e8eefc;
|
||||||
|
--muted: #a9b6d3;
|
||||||
|
--line: rgba(255, 255, 255, 0.08);
|
||||||
|
--accent: #66b3ff;
|
||||||
|
--accent-2: #8ef0cf;
|
||||||
|
--shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
|
||||||
|
--radius: 18px;
|
||||||
|
--max: 1120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Arial;
|
margin: 0;
|
||||||
background: #0d1117;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
color: white;
|
background:
|
||||||
padding: 20px;
|
radial-gradient(circle at top left, rgba(102, 179, 255, 0.08), transparent 30%),
|
||||||
|
linear-gradient(180deg, #0b1220 0%, #0d1424 100%);
|
||||||
|
color: var(--text);
|
||||||
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
img {
|
||||||
text-align: center;
|
max-width: 100%;
|
||||||
margin-bottom: 40px;
|
display: block;
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
|
||||||
background: #161b22;
|
|
||||||
padding: 20px;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #58a6ff;
|
color: var(--accent);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
width: min(100% - 2rem, var(--max));
|
||||||
|
margin-inline: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-header {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 1000;
|
||||||
|
backdrop-filter: blur(12px);
|
||||||
|
background: rgba(11, 18, 32, 0.82);
|
||||||
|
border-bottom: 1px solid var(--line);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
min-height: 72px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
color: var(--text);
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 1.05rem;
|
||||||
|
letter-spacing: 0.02em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-links {
|
||||||
|
display: flex;
|
||||||
|
list-style: none;
|
||||||
|
gap: 1.2rem;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-links a {
|
||||||
|
color: var(--muted);
|
||||||
|
font-size: 0.96rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-links a:hover {
|
||||||
|
color: var(--text);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero {
|
||||||
|
padding: 5rem 0 4rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 1.35fr 0.9fr;
|
||||||
|
gap: 2rem;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.eyebrow,
|
||||||
|
.section-label {
|
||||||
|
color: var(--accent-2);
|
||||||
|
text-transform: uppercase;
|
||||||
|
letter-spacing: 0.08em;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
font-weight: 700;
|
||||||
|
margin-bottom: 0.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero h1 {
|
||||||
|
margin: 0 0 1rem;
|
||||||
|
font-size: clamp(2.2rem, 4vw, 4rem);
|
||||||
|
line-height: 1.1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lead {
|
||||||
|
color: var(--muted);
|
||||||
|
font-size: 1.05rem;
|
||||||
|
max-width: 60ch;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-actions {
|
||||||
|
display: flex;
|
||||||
|
gap: 1rem;
|
||||||
|
margin: 1.75rem 0 1.25rem;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0.9rem 1.2rem;
|
||||||
|
border-radius: 999px;
|
||||||
|
font-weight: 700;
|
||||||
|
transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn:hover {
|
||||||
|
transform: translateY(-1px);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary {
|
||||||
|
background: var(--accent);
|
||||||
|
color: #07111f;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-secondary {
|
||||||
|
border: 1px solid var(--line);
|
||||||
|
color: var(--text);
|
||||||
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
}
|
||||||
|
|
||||||
|
.quick-facts {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 1rem 1.4rem;
|
||||||
|
list-style: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 1.25rem 0 0;
|
||||||
|
color: var(--muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-image-card,
|
||||||
|
.card,
|
||||||
|
.project-card {
|
||||||
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.025));
|
||||||
|
border: 1px solid var(--line);
|
||||||
|
border-radius: var(--radius);
|
||||||
|
box-shadow: var(--shadow);
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-image-card {
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-image {
|
||||||
|
border-radius: 16px;
|
||||||
|
width: 100%;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section {
|
||||||
|
padding: 4rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-alt {
|
||||||
|
background: rgba(255, 255, 255, 0.02);
|
||||||
|
border-top: 1px solid var(--line);
|
||||||
|
border-bottom: 1px solid var(--line);
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-heading {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section h2 {
|
||||||
|
margin: 0;
|
||||||
|
font-size: clamp(1.7rem, 2.6vw, 2.5rem);
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-grid,
|
||||||
|
.projects-grid,
|
||||||
|
.contact-grid,
|
||||||
|
.personal-grid {
|
||||||
|
display: grid;
|
||||||
|
gap: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-grid {
|
||||||
|
grid-template-columns: 1.2fr 0.9fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects-grid {
|
||||||
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-grid {
|
||||||
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||||
|
}
|
||||||
|
|
||||||
|
.personal-grid {
|
||||||
|
grid-template-columns: 0.95fr 1.05fr;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card,
|
||||||
|
.project-card {
|
||||||
|
padding: 1.35rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-top {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
gap: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-card h3,
|
||||||
|
.card h3 {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0.35rem 0.7rem;
|
||||||
|
border-radius: 999px;
|
||||||
|
background: rgba(102, 179, 255, 0.12);
|
||||||
|
border: 1px solid rgba(102, 179, 255, 0.22);
|
||||||
|
color: var(--accent);
|
||||||
|
font-size: 0.8rem;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clean-list {
|
||||||
|
margin: 0.8rem 0 0;
|
||||||
|
padding-left: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-links {
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.personal-image-wrap {
|
||||||
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.025));
|
||||||
|
border: 1px solid var(--line);
|
||||||
|
border-radius: var(--radius);
|
||||||
|
box-shadow: var(--shadow);
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.personal-image {
|
||||||
|
border-radius: 16px;
|
||||||
|
width: 100%;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-footer {
|
||||||
|
border-top: 1px solid var(--line);
|
||||||
|
padding: 1.4rem 0 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-content {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
gap: 1rem;
|
||||||
|
color: var(--muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
.back-to-top {
|
||||||
|
color: var(--muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
.back-to-top:hover {
|
||||||
|
color: var(--text);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 900px) {
|
||||||
|
.hero-grid,
|
||||||
|
.content-grid,
|
||||||
|
.projects-grid,
|
||||||
|
.contact-grid,
|
||||||
|
.personal-grid {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav {
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 0.85rem 0;
|
||||||
|
gap: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-links {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero {
|
||||||
|
padding-top: 3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 560px) {
|
||||||
|
.hero h1 {
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-actions {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-content {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user