Skip to content

analyticsKE/analyticsKE.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dennis Seroney - Personal Website

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.

Overview

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

Features

  • 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

Setup

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo-name.git
    
  2. Open index.html in your web browser to view the site locally.

  3. 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.

Deployment

This site can be easily deployed using GitHub Pages:

  1. Go to your repository settings on GitHub.
  2. Navigate to the "Pages" section.
  3. Set the source to the branch containing your index.html file (usually main or master).
  4. Your site will be published at https://your-username.github.io/your-repo-name/.

Customization

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.

Dependencies

Contact

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!