Skip to content

Commit 6cd1e7a

Browse files
authored
Merge pull request #107 from carsonSgit/readme
style: Nicer formatting
2 parents 7e2525d + d259666 commit 6cd1e7a

File tree

1 file changed

+35
-22
lines changed

1 file changed

+35
-22
lines changed

README.md

Lines changed: 35 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,20 @@
3232
- 🔧 **Technologies:** A display of _most_ of the technologies I've used in my CS career.
3333
- 📱 **Responsive Design:** Made with different screen-sizes in mind (mobile-first approach).
3434

35+
<br/>
36+
37+
<div align="center">
38+
<img src="https://github.com/user-attachments/assets/7c16ee3d-082b-4598-8913-952ccdc12cbd" />
39+
<h6>💡Lighthouse test results 🏠</h6>
40+
</div>
41+
3542
<div align="center"><h2> 🔗 Important Links </h2></div>
3643

3744
- 📚 **Development Resources:** Here are some [helpful links](https://github.com/carsonSgit/carsonsgit.github.io/issues/9) I made use of during development.
38-
- 🔍 **Commit/Merge Prefixes:** I used these [commit message prefixes](https://github.com/carsonSgit/carsonsgit.github.io/issues/14) to improve my Git habits.
39-
- 📖 **React Documentation:** Learn more about React [here](https://reactjs.org/docs/getting-started.html).
40-
- 📘 **TypeScript Documentation:** Explore TypeScript documentation [here](https://www.typescriptlang.org/docs/).
41-
- 🎨 **SCSS Documentation:** Check out the SCSS documentation [here](https://sass-lang.com/documentation).
45+
- 🔍 **Commit/Merge Prefixes:** I used these [commit message prefixes](https://github.com/carsonSgit/carsonsgit.github.io/issues/14) to improve my `Git` habits.
46+
- 📖 **React Documentation:** Learn more about `React` [here](https://reactjs.org/docs/getting-started.html).
47+
- 📘 **TypeScript Documentation:** Explore `TypeScript` documentation [here](https://www.typescriptlang.org/docs/).
48+
- 🎨 **SCSS Documentation:** Check out the `SCSS` documentation [here](https://sass-lang.com/documentation).
4249

4350
<div align="center"><h2> 📈 Quick Repo Stats </h2></div>
4451

@@ -67,31 +74,37 @@ If you want to run it locally follow these steps:
6774
### 📥 Installation Steps:
6875

6976
1. Clone the repository:
70-
```bash
71-
git clone https://github.com/carsonSgit/carsonsgit.github.io.git
72-
```
77+
78+
```bash
79+
git clone https://github.com/carsonSgit/carsonsgit.github.io.git
80+
```
81+
7382
2. Go to the project directory:
74-
```bash
75-
cd carsonsgit.github.io
76-
```
77-
3. Install dependencies
83+
84+
```bash
85+
cd carsonsgit.github.io
86+
```
7887

79-
```bash
80-
npm i
81-
```
88+
3. Install dependencies
89+
90+
```bash
91+
npm i
92+
```
8293

8394
**OR** if your `npm i` doesn't work
84-
85-
```bash
86-
npm i --force
87-
```
95+
96+
```bash
97+
npm i --force
98+
```
8899
89100
4. Run locally
90-
```bash
91-
npm start
92-
```
101+
102+
```bash
103+
npm start
104+
```
105+
93106
5. Open your browser at `http://localhost:3000`!
94107
95108
<br />
96109
97-
**Thank you for visiting my portfolio! 🎉**
110+
**Thank you for visiting my portfolio! 🎉**

0 commit comments

Comments
 (0)