wqInitial Commit
This commit is contained in:
@@ -1,94 +1,162 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}About Me{% endblock %}
|
||||
{% block title %}Resume{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<!-- Hero -->
|
||||
<section class="relative text-center py-24 text-white bg-gradient-to-br from-orange-500/20 via-rose-500/10 to-fuchsia-500/10 backdrop-blur border-b border-white/10">
|
||||
<div class="max-w-3xl mx-auto px-6">
|
||||
<h1 class="text-5xl md:text-6xl font-archivo font-extrabold">Benjamin Mosley</h1>
|
||||
<p class="mt-3 text-white/80 text-lg">E-Commerce Manager - CIS Student</p>
|
||||
<div class="mt-6 flex flex-wrap items-center justify-center gap-3 text-sm">
|
||||
<span class="px-3 py-1 rounded-full border border-white/15 bg-white/5">Canyon, TX 79015</span>
|
||||
<a href="mailto:benjaymos@proton.me" class="px-3 py-1 rounded-full border border-white/15 bg-white/5 hover:bg-white/10 transition">benjaymos@proton.me</a>
|
||||
<a href="https://benjaminmosley.com" target="_blank" class="px-3 py-1 rounded-full border border-white/15 bg-white/5 hover:bg-white/10 transition">benjaminmosley.com</a>
|
||||
{# Optional: add a real static path if you place the PDF under /static/ #}
|
||||
{# <a href="{{ url_for('static', filename='Benjamin Mosley - Resume.pdf') }}" class="btn btn-ghost">Download PDF</a> #}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="text-center py-20 bg-gradient-to-br from-red-800 to-orange-400 text-white">
|
||||
<h1 class="text-5xl font-extrabold mb-4">Benjamin Mosley</h1>
|
||||
<p class="text-xl">Aspiring IT Professional & Web Developer</p>
|
||||
<!-- About -->
|
||||
<section class="py-14">
|
||||
<div class="container-page">
|
||||
<article class="card max-w-4xl mx-auto">
|
||||
<h2 class="text-2xl font-semibold">About Me</h2>
|
||||
<p class="mt-3 text-white/80 leading-relaxed">
|
||||
I’ve been working with computers for as long as I can remember—what started as curiosity has grown into a passion.
|
||||
From backend scripting and networking to frontend design, I enjoy creating efficient and user-friendly solutions.
|
||||
</p>
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Skills & Education (balanced two-column layout) -->
|
||||
<section class="py-6">
|
||||
<div class="container-page grid md:grid-cols-2 gap-6 items-stretch">
|
||||
<!-- Skills -->
|
||||
<article class="card h-full">
|
||||
<h2 class="text-2xl font-semibold">Skills</h2>
|
||||
|
||||
<div class="mt-4 grid sm:grid-cols-2 gap-6 text-sm">
|
||||
<div>
|
||||
<p class="font-medium text-white/90">Programming</p>
|
||||
<ul class="mt-2 space-y-1 text-white/70 list-disc pl-5">
|
||||
<li>Python</li>
|
||||
<li>C#, ASP.NET Core</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p class="font-medium text-white/90">Web & Database</p>
|
||||
<ul class="mt-2 space-y-1 text-white/70 list-disc pl-5">
|
||||
<li>Flask, Tailwind CSS</li>
|
||||
<li>SQL (MySQL, SQLite), EF Core</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p class="font-medium text-white/90">Systems</p>
|
||||
<ul class="mt-2 space-y-1 text-white/70 list-disc pl-5">
|
||||
<li>Linux, Windows Server</li>
|
||||
<li>Networking & Security</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p class="font-medium text-white/90">Professional</p>
|
||||
<ul class="mt-2 space-y-1 text-white/70 list-disc pl-5">
|
||||
<li>Leadership & Team Ops</li>
|
||||
<li>Process Improvement</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<!-- Education + Accomplishments -->
|
||||
<article class="card h-full">
|
||||
<h2 class="text-2xl font-semibold">Education</h2>
|
||||
<div class="mt-4">
|
||||
<p class="font-medium">West Texas A&M University</p>
|
||||
<p class="text-white/70">BBA in Computer Information Systems</p>
|
||||
<p class="text-white/60 text-sm mt-1">Expected May 2026</p>
|
||||
</div>
|
||||
|
||||
<div class="mt-8 border-t border-[rgb(var(--border))] pt-6">
|
||||
<h3 class="text-lg font-semibold">Accomplishments</h3>
|
||||
<ul class="mt-3 text-white/80 space-y-2 list-disc pl-5">
|
||||
<li>Eagle Scout (Dec 2021)</li>
|
||||
<li>National Youth Leadership Training (2017–2019)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Experience -->
|
||||
<section class="py-10">
|
||||
<div class="container-page">
|
||||
<article class="card">
|
||||
<h2 class="text-2xl font-semibold">Experience</h2>
|
||||
|
||||
<!-- Current role -->
|
||||
<div class="mt-6 relative pl-6">
|
||||
<div class="absolute left-0 top-2 h-2 w-2 rounded-full bg-[rgb(var(--accent))]"></div>
|
||||
<div class="flex flex-col sm:flex-row sm:items-baseline sm:justify-between gap-1">
|
||||
<p class="font-medium">E-Commerce Manager — United Supermarkets #532</p>
|
||||
<p class="text-white/60 text-sm">Aug 2025 – Present</p>
|
||||
</div>
|
||||
<p class="text-white/80">Canyon, TX</p>
|
||||
<ul class="mt-2 text-white/70 space-y-1 list-disc pl-5">
|
||||
<li>Own day-to-day online grocery operations (order flow, substitutions, delivery/pickup SLA).</li>
|
||||
<li>Lead and schedule the e-commerce team; coach on accuracy, speed, and CX.</li>
|
||||
<li>Monitor inventory/pricing anomalies and coordinate fixes with department leads.</li>
|
||||
<li>Track KPIs (fill rate, OTIF, cancels, customer feedback) and drive process improvements.</li>
|
||||
<li>Partner with IT/vendors to keep handhelds, printers, and store systems humming.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Internship (closed out) -->
|
||||
<div class="mt-8 relative pl-6">
|
||||
<div class="absolute left-0 top-2 h-2 w-2 rounded-full bg-white/40"></div>
|
||||
<div class="flex flex-col sm:flex-row sm:items-baseline sm:justify-between gap-1">
|
||||
<p class="font-medium">IT Intern / Junior System Administrator — Hutchinson County Court House</p>
|
||||
<p class="text-white/60 text-sm">May 2025 – Aug 2025</p>
|
||||
</div>
|
||||
<p class="text-white/80">Stinnett, TX</p>
|
||||
<ul class="mt-2 text-white/70 space-y-1 list-disc pl-5">
|
||||
<li>Assisted with Windows Server/Active Directory admin and routine maintenance.</li>
|
||||
<li>Resolved helpdesk tickets; imaged PCs and handled hardware/software issues.</li>
|
||||
<li>Helped configure switches/APs/firewall rules; supported backups and updates.</li>
|
||||
<li>Contributed to security policy rollouts and small infrastructure upgrades.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Earlier roles (optional condensed) -->
|
||||
<div class="mt-8 relative pl-6">
|
||||
<div class="absolute left-0 top-2 h-2 w-2 rounded-full bg-white/20"></div>
|
||||
<div class="flex flex-col sm:flex-row sm:items-baseline sm:justify-between gap-1">
|
||||
<p class="font-medium">United Supermarkets & The Pergola Shop — Various Roles</p>
|
||||
<p class="text-white/60 text-sm">2019 – 2025</p>
|
||||
</div>
|
||||
<ul class="mt-2 text-white/70 space-y-1 list-disc pl-5">
|
||||
<li>Bookkeeper, Lead Stocker, Wood Cutter — leadership, reliability, and strong customer service.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="py-16 bg-black text-white">
|
||||
<div class="max-w-4xl mx-auto px-6 space-y-12">
|
||||
|
||||
|
||||
<div class="text-center space-y-2">
|
||||
<p><strong>Email:</strong> <a href="mailto:ben@bennyshouse.net" class="text-blue-600 hover:underline">ben@bennyshouse.net</a></p>
|
||||
<p><strong>Portfolio:</strong> <a href="https://benjaminmosley.com" class="text-blue-600 hover:underline">benjaminmosley.com</a></p>
|
||||
<p><strong>Business Website:</strong> <a href="https://bennyshouse.net" class="text-blue-600 hover:underline">bennyshouse.net</a></p>
|
||||
<p><strong>LinkedIn:</strong> <a href="https://www.linkedin.com/in/benjamin-mosley-849643329/" class="text-blue-600 hover:underline">Benjamin Mosley</a></p>
|
||||
<p><strong>GitHub:</strong> <a href="https://github.com/Benny-ui-ux" class="text-blue-600 hover:underline">github.com/Benny-ui-ux</a></p>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<h2 class="text-3xl font-bold text-orange-600 mb-4">Education</h2>
|
||||
<ul class="space-y-3 text-lg">
|
||||
<li><strong>High School Graduation:</strong> Mother of Divine Grace – June 2022</li>
|
||||
<li><strong>College:</strong> West Texas A&M University<br>
|
||||
<span class="text-sm text-white italic">Currently pursuing B.S. in Computer Information Systems, graduating Spring 2026</span>
|
||||
</li>
|
||||
<section class="pb-16">
|
||||
<div class="container-page">
|
||||
<article class="card max-w-4xl">
|
||||
<h2 class="text-2xl font-semibold">Accomplishments</h2>
|
||||
<ul class="mt-3 text-white/80 space-y-2 list-disc pl-5">
|
||||
<li>Eagle Scout (Dec 2021)</li>
|
||||
<li>National Youth Leadership Training (2017–2019)</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<h2 class="text-3xl font-bold text-orange-600 mb-4">Background</h2>
|
||||
<p class="text-lg leading-relaxed">
|
||||
I’ve been working with computers for as long as I can remember — what started as curiosity has grown into a passion. My technical journey continues to evolve through real-world experience and ongoing education.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<h2 class="text-3xl font-bold text-orange-600 mb-4">Skills</h2>
|
||||
<ul class="grid grid-cols-1 sm:grid-cols-2 gap-4 text-lg list-disc pl-6">
|
||||
<li>Python Programming</li>
|
||||
<li>Linux Operating Systems</li>
|
||||
<li>Web Design & Hosting</li>
|
||||
<li>SQL & Database Management</li>
|
||||
<li>Leadership & Teamwork</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<h2 class="text-3xl font-bold text-orange-600 mb-4">Work Experience</h2>
|
||||
<div class="space-y-6 text-lg">
|
||||
|
||||
<div>
|
||||
<h3 class="text-xl font-semibold">United Supermarkets – Borger, TX</h3>
|
||||
<p class="italic text-white">Grocery Team Lead | Nov 2019 – Aug 2022</p>
|
||||
<ul class="list-disc pl-5 mt-2">
|
||||
<li>Stocked shelves and maintained floor organization</li>
|
||||
<li>Assisted customers and team members</li>
|
||||
<li>Managed ordering and inventory processes</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 class="text-xl font-semibold">The Pergola Shop – Canyon, TX</h3>
|
||||
<p class="italic text-white">Wood Stainer / Cutter | Aug 2022 – Aug 2023</p>
|
||||
<ul class="list-disc pl-5 mt-2">
|
||||
<li>Prepped and treated wood materials for construction</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 class="text-xl font-semibold">United Supermarkets – Canyon, TX</h3>
|
||||
<p class="italic text-white">Service Center / Bookkeeper | Aug 2023 – Present</p>
|
||||
<ul class="list-disc pl-5 mt-2">
|
||||
<li>Nightly accounting duties and managment of my team</li>
|
||||
<li>Provided high-quality customer service</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user