Compare commits
10 Commits
a294cde046
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ccf12078a6 | ||
|
|
588934e1f0 | ||
|
|
fb0f840493 | ||
|
|
2e026fbe7a | ||
|
|
c78ebeae26 | ||
|
|
e52d2c74f2 | ||
|
|
a7a36439f4 | ||
|
|
736c05e189 | ||
|
|
afec319074 | ||
|
|
9096a59ae9 |
@@ -1 +0,0 @@
|
||||
theme: jekyll-theme-minimal
|
||||
63
css/main.css
Normal file
63
css/main.css
Normal 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
95
index.html
Normal 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> •
|
||||
<a href="/about/">About</a> •
|
||||
<a href="/about/">CV</a> •
|
||||
<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>
|
||||
37
index.md
37
index.md
@@ -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 
|
||||
```
|
||||
|
||||
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 we’ll help you sort it out.
|
||||
Reference in New Issue
Block a user