Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jsphkm committed Dec 28, 2022
1 parent cc462f5 commit aadfce5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ html {
}

body {
background-color: black;
background-color: #111;
color: #eee;
font-family: 'Source Sans Pro', sans-serif;
display: flex;
Expand Down
17 changes: 8 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ <h2>
Hello 👋 I'm a web developer at
<a target="_blank" href="https://mountain.com">MNTN</a>
</h2>
<h3>
I usually work on my company projects, but sometimes I also work on
the side
</h3>
<p>Here are some sites I worked on:</p>
<!-- <h3>Here are examples of the websites I worked on</h3> -->
<p>Here are examples of websites I worked on:</p>
<ul class="project-list">
<li>
<a target="_blank" href="https://quickframe.com">QuickFrame</a>
<a target="_blank" href="https://quickframe.com/madewith"
>QuickFrame</a
>
</li>
<li>
<a target="_blank" href="https://mountain.com">MNTN Digital</a>
Expand All @@ -43,7 +42,7 @@ <h3>
<a target="_blank" href="https://www.takedajobs.com">
Takeda Pharmaceutical
</a>
- one of the clients at Radancy
- a client website at Radancy
</li>
<!-- <li>
<a target="_blank" href="https://genesuites.vercel.app/"
Expand All @@ -55,14 +54,14 @@ <h3>
<a target="_blank" href="https://inwords.vercel.app">Inwords</a> -
Basic blog built with Gatsby
</li> -->
<!-- <li>
<li>
<a
target="_blank"
href="https://jsphkm.github.io/responsive-emails/"
>Responsive Emails</a
>
- Built with MJML and Pine
</li> -->
</li>
</ul>
</div>
<div class="hero-social-container">
Expand Down

0 comments on commit aadfce5

Please sign in to comment.