Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
S-P-R committed Aug 1, 2024
1 parent b829443 commit 49a6784
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Personal Website

## Description

A simple personal website intended to list my most prominent skills and to
showcase my deployed projects

## Deployment

The website is currently [deployed on github pages](https://s-p-r.github.io/)
6 changes: 3 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ function App() {
<div className='hero-section'> <HeroSection/> </div>
<div className='main-content'>
<h3> Hello! &#128075;{/* waving hand emoji */} </h3>
<p> I’m Sean, a recent graduate of Tufts University <span className='elephant-emoji'>&#128024;</span>{/* elephant emoji */}
with a Bachelor’sin Computer Science. Currently looking for a new grad software
<p> I’m Sean, a recent graduate of Tufts University <span className='elephant-emoji'>&#128024;</span> {/* elephant emoji */}
with a Bachelor’s in Computer Science. Currently looking for a new grad software
engineering role. </p>
<h2> Skills </h2>
<SkillsList/>
<h2> Projects </h2>
<h2> Deployed Projects </h2>
<Project name='News Dashboard'
description="A full-stack project consisting of a webscraper written in Python that gathers news headlines from various news
websites' front pages, a Flask API that serves these headlines, and a React frontend that displays news summary information"
Expand Down

0 comments on commit 49a6784

Please sign in to comment.