Skip to content

Commit

Permalink
Update font and color
Browse files Browse the repository at this point in the history
  • Loading branch information
jsphkm committed Jun 20, 2022
1 parent 38f5033 commit a8d7f70
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
Binary file added img/profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
background-color: #191920;
background-color: black;
color: #eee;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
display: flex;
Expand All @@ -12,7 +12,7 @@ body {

@media (min-width: 800px) {
body {
font-size: 24px;
font-size: 20px;
}
}

Expand Down
26 changes: 17 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
<div>
<div>
<h1>Joseph Kim</h1>
<p>Hello 👋 I'm a web developer at mntn</p>
<p>
Hello 👋 I'm a web developer at
<a target="_blank" href="https://mountain.com">MNTN</a>
</p>
<p>
I usually work on my company's projects, but I also work with
Wordpress/Squarespace/Wix, React/Node, Nextjs/Gatsby, and sometimes I
Expand All @@ -20,10 +23,15 @@ <h1>Joseph Kim</h1>
<p>Here are some sites 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">QuickFrame</a>
</li>
<li>
<a target="_blank" href="https://mountain.com">MNTN Digital</a>
</li>
<li>
<a target="_blank" href="https://mountain.com">Mountain(mntn)</a>
<a target="_blank" href="https://investor.cisterra.com"
>Cisterra - Investor Portal</a
>
</li>
<li><a target="_blank" href="https://radancy.com">Radancy</a></li>
<li>
Expand All @@ -32,24 +40,24 @@ <h1>Joseph Kim</h1>
>
- one of the clients at Radancy
</li>
<li>
<!-- <li>
<a target="_blank" href="https://genesuites.vercel.app/"
>Genesuites</a
>
- Built with Nextjs
</li>
<li>
</li> -->
<!-- <li>
<a target="_blank" href="https://inwords.vercel.app">Inwords</a> -
Basic blog built with Gatsby
</li>
<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 a8d7f70

Please sign in to comment.