Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kimberley Mackenzie - Carets #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
46 changes: 46 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About Kimberley</title>
<link href="style/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono" rel="stylesheet">
</head>
<body id="body">
<div class="about">
<header class="top-bar">
<div class="top-heading">
About Kimberley</div>
mostly unrelated to cat gifs
</header>

<section class="content-box">
<span id="text">
<div>
Dessert halvah chocolate cake wafer liquorice dragée pudding. Wafer tart carrot cake pie marzipan. Wafer bonbon soufflé sweet dessert fruitcake topping. Sesame snaps croissant brownie sugar plum jelly-o gummies icing.
</div>
<div>
Topping apple pie dessert bear claw gummies soufflé chocolate cake wafer cake. Muffin bear claw caramels ice cream gingerbread caramels. Jelly beans muffin dragée. Jelly dragée jelly.
</div>
<img class="gremlin-1" src="assets/Space Invaders 4.png">
<img class="gremlin-2" src="assets/gremlin.gif">
<img class="gremlin-3" src="assets/gremlin2.png">
</span>
</section>

<footer>
<span class="left-side-footer">
<a href="index.html">Home</a>
<a href="code-journal.html">Current Projects</a>
</span>
<span class="right-side-footer">
<a href="about.html">About</a>
<a href="portfolio.html">Past Project Portfolio</a>
</span>
</footer>

</div>

</body>
</html>
Binary file added assets/Space Invaders 4.png
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 assets/giphy (1).gif
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 assets/gremlin.gif
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 assets/gremlin2.png
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 assets/next_art/NEXT ART_Bold.otf
Binary file not shown.
Binary file added assets/next_art/NEXT ART_Light.otf
Binary file not shown.
Binary file added assets/next_art/NEXT ART_Regular.otf
Binary file not shown.
Binary file added assets/next_art/NEXT ART_SemiBold.otf
Binary file not shown.
Binary file added assets/next_art/NEXT ART_Thin.otf
Binary file not shown.
39 changes: 39 additions & 0 deletions code-journal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Code Journal</title>
<link href="style/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
</head>
<body id="body">
<div class="current-projects">

<header class="top-bar">
<div class="top-heading">
Current Projects
</div>
things i currently find neat
</header>

<section class="content-box">
<div id="code-journal-text">
Coming soon!
</div>
<img class="place-holder"src="assets/giphy (1).gif"/>
</section>

<footer>
<span class="left-side-footer">
<a href="index.html">Home</a>
<a href="code-journal.html">Current Projects</a>
</span>
<span class="right-side-footer">
<a href="about.html">About</a>
<a href="portfolio.html">Past Project Portfolio</a>
</span>
</footer>

</div>
</body>
</html>
51 changes: 51 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Kimberley Mackenzie</title>
<link href="style/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
</head>
<body id="body">
<div class="cube-container">

<header class="top-bar">
<div id="top-heading">
Kimberley Mackenzie
</div>
software developer // cat-gif-appreciator
</header>

<div class="cube">
<div class="cube-face front">
<a class="links" href="code-journal.html">Current Projects</a>
</div>
<div class="cube-face back">
<a class="links" href="about.html">About Kimberley</a>
</div>
<div class="cube-face left">
<a class="links" href="portfolio.html">Past Projects</a>
</div>
<div class="cube-face right">
<a class="links" href="fake-link.html">Resume</a>
</div>
<div class="cube-face top">
</div>
<div class="cube-face bottom">
</div>
</div>
</div>

<footer>
<span class="left-side-footer">
<a href="index.html">Home</a>
<a href="code-journal.html">Current Projects</a>
</span>
<span class="right-side-footer">
<a href="about.html">About</a>
<a href="portfolio.html">Past Project Portfolio</a>
</span>
</footer>

</body>
</html>
37 changes: 37 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Portfolio</title>
<link href="style/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
</head>
<body id="body">
<div class="portfolio">
<header class="top-bar">
<div class="top-heading">
Portfolio
</div>
things i have done in the past that are neat
</header>

<section class="content-box">
<div class="git-hub-link">
<a href="https://github.com/kimberleyamackenzie?tab=repositories">Click for a selection of past projects on GitHub</a><span class="cursor">|</span>
</div>
</section>

<footer>
<span class="left-side-footer">
<a href="index.html">Home</a>
<a href="code-journal.html">Current Projects</a>
</span>
<span class="right-side-footer">
<a href="about.html">About</a>
<a href="portfolio.html">Past Project Portfolio</a>
</span>
</footer>

</div>
</body>
</html>
Loading