Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Sean Codes Website
## A site with a description
[https://sean-codes.github.io](https://sean-codes.github.io)
Binary file added a_picture_of_criminal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added a_picture_of_me.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 90 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@

<!doctype html>
<html lang="en" style="background: #FFF;">
<head>
<title>Sean Codes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="a developer">
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fredericka+the+Great|Josefin+Slab:600&amp;display=swap"></link> -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400&display=swap" rel="stylesheet">
<style>
html {
font-family: 'Roboto Slab', serif;
-webkit-font-smoothing: antialiased;
/* Evan You <3 */
font-size: calc(12px + 0.35vw);
}

body {
padding: 0;
margin: 0;
color: #222;
padding: 5vw 10vw;
max-width: 30rem;
filter: blur(10px);
animation: 0.5s in forwards;
}

.image-in-the-top-right {
width: 6rem;
height: 6rem;
background: #222;
border-radius: 100%;
float:left;
}

h1 {
height: 6rem;
line-height: 6rem;
padding-left: 1rem;
font-size: calc(2rem + 0.6vw);
font-weight: 700;
white-space: nowrap;
margin: 0;
position: relative;
display: inline-block;
}

/* blinking cursor */
h1:after {
content: '';
position: absolute;
right:-1rem;
height: 2.5rem;
bottom: 1.9rem;
width: 0.5rem;
background: #222;
animation: blink 1s infinite;
}

p {
margin: 1rem 0;
font-size: 1.25rem;
}

a {
color: #9255e4;
}

@keyframes blink {
0% { opacity: 0 }
to { opacity: 1 }
}

@keyframes in {
0% { filter: blur(10px) }
to { filter: blur(0) }
}
</style>
</head>
<body>
<img style="" class="image-in-the-top-right" src="./a_picture_of_me.jpg" alt="a picture of me"/>
<h1>Sean Codes</h1>
<p>Hi! I am a software developer in Chicago on an adventure exploring web technology.</p>
<p>You can find me building projects on <a target="_blink" rel="noreferrer" href="https://codepen.io/sean_codes">codepen</a> and sharing code for tools, plugins, and other experiments on <a rel="noreferrer" target="_blank" href="https://github.com/sean-codes">github</a>.</p>
<p>Along the way I take pictures of my computer and share my story on <a rel="noreferrer" target="_blank" href="https://instagram.com/sean_codes">instagram</a>.</p>
<p>When not writing code I like jumping ramps on my bicycle, playing video games, and hanging out with my cat Criminal.</p>
<p>Meow, thanks for visiting!</p>
<img style="width: 30rem; max-width: 100%; height: auto; background: #222;" src="./a_picture_of_criminal.jpg" alt="a picture of criminal the cat"/>
</body>
</html>
File renamed without changes.
2 changes: 1 addition & 1 deletion Gemfile → old_jenkyll/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ruby RUBY_VERSION
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "3.3.1"
gem "jekyll", "3.6.3"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
Expand Down
60 changes: 23 additions & 37 deletions Gemfile.lock → old_jenkyll/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,66 +1,53 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
autoprefixer-rails (6.3.7)
execjs
colorator (1.1.0)
execjs (2.7.0)
ffi (1.9.18)
ffi (1.9.18-x64-mingw32)
ffi (1.11.1)
ffi (1.11.1-x64-mingw32)
forwardable-extended (2.6.0)
jekyll (3.3.1)
jekyll (3.6.3)
addressable (~> 2.4)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 3.0)
kramdown (~> 1.14)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (~> 1.7)
rouge (>= 1.7, < 3)
safe_yaml (~> 1.0)
jekyll-autoprefixer (1.0.1)
autoprefixer-rails (~> 6.3.6)
jekyll-feed (0.9.2)
jekyll (~> 3.3)
jekyll-pug (1.5.3)
jekyll (~> 3.3)
pug-ruby (~> 2.0)
jekyll-sass-converter (1.5.1)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-sitemap (1.1.1)
jekyll (~> 3.3)
jekyll-watch (1.5.1)
listen (~> 3.0)
kramdown (1.16.2)
liquid (3.0.6)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
memoist (0.16.0)
kramdown (1.17.0)
liquid (4.0.3)
listen (3.2.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
method-not-implemented (1.0.1)
minima (2.1.1)
jekyll (~> 3.3)
pathutil (0.16.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.0.1)
pug-ruby (2.0.0)
execjs (~> 2.0)
memoist (~> 0.15)
method-not-implemented (~> 1.0, >= 1.0.1)
regexp-match-polyfill (~> 1.0, >= 1.0.2)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
regexp-match-polyfill (1.0.2)
rouge (1.11.1)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sass (3.5.4)
public_suffix (4.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (2.2.1)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -71,10 +58,9 @@ PLATFORMS
x64-mingw32

DEPENDENCIES
jekyll (= 3.3.1)
jekyll (= 3.6.3)
jekyll-autoprefixer
jekyll-feed (~> 0.6)
jekyll-pug
jekyll-sitemap
minima (~> 2.0)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.