This repository contains the source code for Dennis Seroney's personal website, showcasing his work as a Researcher and Analyst specializing in Finance, Sports, and Technology.
The website is a single-page application built with HTML, CSS (using Tailwind CSS), and minimal JavaScript. It features sections for:
- Portfolio
- Published Articles
- About Me
- Contact Form
- Responsive design using Tailwind CSS
- Custom animations and styling
- Integration with external services (Formspree for contact form)
- Links to social media profiles and external articles
-
Clone the repository:
git clone https://github.com/your-username/your-repo-name.git
-
Open
index.html
in your web browser to view the site locally. -
To make changes, edit the HTML and CSS in
index.html
. The site uses Tailwind CSS via CDN, so no build step is required for basic changes.
This site can be easily deployed using GitHub Pages:
- Go to your repository settings on GitHub.
- Navigate to the "Pages" section.
- Set the source to the branch containing your
index.html
file (usuallymain
ormaster
). - Your site will be published at
https://your-username.github.io/your-repo-name/
.
To customize the content:
- Update the text in the HTML file.
- Replace images in the
images/
directory with your own. - Modify the color scheme by changing Tailwind classes or adding custom CSS in the
<style>
tag.
- Tailwind CSS (via CDN)
- Font Awesome (for icons, via CDN)
- Google Fonts (Commit Mono font)
For any inquiries, please use the contact form on the website or reach out via the provided social media links.
Feel free to star ⭐ this repository if you find it useful!