Compare commits

..

10 Commits

Author SHA1 Message Date
Ben
ccf12078a6 cssss 2019-09-28 23:20:57 +01:00
Ben
588934e1f0 bruh 2019-09-28 23:20:09 +01:00
Ben
fb0f840493 missed css 2019-09-28 23:19:50 +01:00
Ben
2e026fbe7a bruh 2019-09-28 23:17:42 +01:00
Ben
c78ebeae26 bruhg 2019-09-28 18:03:39 +01:00
Ben Kyd
e52d2c74f2 damn son 2019-09-26 17:49:20 +01:00
Ben Kyd
a7a36439f4 initial 2019-09-26 12:22:06 +01:00
Benjamin Kyd
736c05e189 Update CNAME 2019-09-26 08:11:44 +01:00
Benjamin Kyd
afec319074 Create CNAME 2019-09-26 08:10:33 +01:00
Benjamin Kyd
9096a59ae9 Create README.md 2019-09-26 08:08:24 +01:00
6 changed files with 160 additions and 38 deletions

0
CNAME Normal file
View File

2
README.md Normal file
View File

@@ -0,0 +1,2 @@
# plane000.github.io
Portfolio site

View File

@@ -1 +0,0 @@
theme: jekyll-theme-minimal

63
css/main.css Normal file
View File

@@ -0,0 +1,63 @@
html {
background-color: #FAFAF8;
}
body {
font-family: 'Quicksand', sans-serif;
color: #222;
font-size: 16px;
line-height: 1.4;
text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
font-weight: lighter;
font-family: 'Merriweather', serif;
}
small {
font-size: 60%;
}
a {
color: #03a5fc;
}
a:link, a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
font-size: 101%;
}
.masthead {
font-family: 'Merriweather', serif;
text-align: center;
font-size: 500%;
}
.nav {
text-align: center;
}
.break {
height: 20px;
}
.container {
width: 100%;
height: fit-content;
padding-top: 20px;
padding-bottom: 20px;
border: 1px solid #EEE;
background-color: #FFF;
}
.text {
margin: 2em auto;
max-width: 700px;
}

95
index.html Normal file
View File

@@ -0,0 +1,95 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"><meta name="theme-color" content="#ffffff">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Merriweather|Quicksand|Open+Sans:400,500">
<link rel="stylesheet" type="text/css" href="css/main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="masthead">
Ben Kyd
</div>
<div class=nav>
<a href="/">Projects</a> &bull;
<a href="/about/">About</a> &bull;
<a href="/about/">CV</a> &bull;
<a href="/more/">More</a>
</div>
<p></p>
<div class="break"></div>
<div class="content">
<div class="container">
<div class="text">
<h2>Projects</h2>
<br>
<h5>Table of contents</h5>
<div class="row hidden-xs">
<div class="col-sm-3">
<ul class="list-unstyled">
<li><a href="#inferno">Inferno Pathtracer</a></li>
<li><a href="#smh">SMH Engine</a></li>
</ul>
</div>
<div class="col-sm-3">
<ul class="list-unstyled">
<li><a href="#bx">BX C Compiler</a></li>
<li><a href="#rage">Rage Engine</a></li>
</ul>
</div>
<div class="col-sm-3">
<ul class="list-unstyled">
<li><a href="#modularweb">Modular Web</a></li>
<li><a href="#modularweb">System Monitor</a></li>
</ul>
</div>
<div class="col-sm-3">
<ul class="list-unstyled">
<li><a href="#owos">OwOS</a></li>
<li><a href="#osdev">OSDev Guide</a></li>
</ul>
</div>
</div>
<div class="row visible-xs">
<div class="col-xs-6">
<ul class="list-unstyled">
<li><a href="#inferno">Inferno Pathtracer</a></li>
<li><a href="#smh">SMH Engine</a></li>
<li><a href="#bx">BX C Compiler</a></li>
<li><a href="#rage">Rage Engine</a></li>
</ul>
</div>
<div class="col-xs-6">
<ul class="list-unstyled">
<li><a href="#modularweb">Modular Web</a></li>
<li><a href="#modularweb">System Monitor</a></li>
<li><a href="#owos">OwOS</a></li>
<li><a href="#osdev">OSDev Guide</a></li>
</ul>
</div>
</div>
</div>
<div class="text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum enim nulla, fermentum ut convallis non, pellentesque nec eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In hac habitasse platea dictumst. Nam ultricies suscipit varius. Nulla sagittis lacus id porttitor luctus. Cras massa dolor, molestie eu est a, sodales imperdiet lectus. Vestibulum volutpat nibh mi, quis sagittis turpis suscipit a. Sed nulla urna, bibendum a ligula non, porttitor gravida nunc. Suspendisse ut ligula dictum, lacinia mi eu, scelerisque odio.
</div>
</div>
</body>

View File

@@ -1,37 +0,0 @@
## Welcome to GitHub Pages
You can use the [editor on GitHub](https://github.com/plane000/plane000.github.io/edit/master/index.md) to maintain and preview the content for your website in Markdown files.
Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
### Markdown
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
```markdown
Syntax highlighted code block
# Header 1
## Header 2
### Header 3
- Bulleted
- List
1. Numbered
2. List
**Bold** and _Italic_ and `Code` text
[Link](url) and ![Image](src)
```
For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
### Jekyll Themes
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/plane000/plane000.github.io/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.
### Support or Contact
Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and well help you sort it out.