mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 06:21:13 +00:00
Added old tildasite as an archive
This commit is contained in:
parent
b8c47a4d7d
commit
442995995e
117 changed files with 16909 additions and 0 deletions
89
static/~brozek/index.html
Normal file
89
static/~brozek/index.html
Normal file
|
@ -0,0 +1,89 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="author" content="Fredrik Danielsson, http://lostkeys.se">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="robots" content="noindex" />
|
||||
<meta name="description" content="This is my University Tilda space">
|
||||
<title>Home | Brandon Rozek</title>
|
||||
<link rel="stylesheet" href="themes/bitsandpieces/styles/main.css" type="text/css" />
|
||||
<link rel="stylesheet" href="themes/bitsandpieces/styles/highlightjs-github.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<aside class="main-nav">
|
||||
<nav>
|
||||
<ul>
|
||||
<li class="menuitem active">
|
||||
<a href="index.html%3Findex.html" data-shortcut="">
|
||||
Home
|
||||
</a>
|
||||
</li>
|
||||
<li class="menuitem ">
|
||||
<a href="index.html%3Fcourses.html" data-shortcut="">
|
||||
Courses
|
||||
</a>
|
||||
</li>
|
||||
<li class="menuitem ">
|
||||
<a href="index.html%3Flabaide.html" data-shortcut="">
|
||||
Lab Aide
|
||||
</a>
|
||||
</li>
|
||||
<li class="menuitem ">
|
||||
<a href="index.html%3Fpresentations.html" data-shortcut="">
|
||||
Presentations
|
||||
</a>
|
||||
</li>
|
||||
<li class="menuitem ">
|
||||
<a href="index.html%3Fresearch.html" data-shortcut="">
|
||||
Research
|
||||
</a>
|
||||
</li>
|
||||
<li class="menuitem ">
|
||||
<a href="index.html%3Ftranscript.html" data-shortcut="">
|
||||
Transcript
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</aside>
|
||||
<main class="main-content">
|
||||
<article class="article">
|
||||
<h1>Brandon Rozek's Tilda Space</h1>
|
||||
<h2>Welcome</h2>
|
||||
<p>My main website is <a href="https://brandonrozek.com">https://brandonrozek.com</a>. Though I like the customization that Wordpress allows, it does come with additional overhead.</p>
|
||||
<p>Therefore, I decided to use the Tilda space offered by the Computer Science department to host content pertaining to my Academic Life.</p>
|
||||
<p>As such, my research and other class documents will appear here.</p>
|
||||
<p>For the curious, this website was built with <a href="http://picocms.org">Pico CMS</a> using the <a href="https://github.com/lostkeys/Bits-and-Pieces-Theme-for-Pico">BitsAndPieces</a> theme.</p>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
<script src="themes/bitsandpieces/scripts/highlight.js"></script>
|
||||
<script src="themes/bitsandpieces/scripts/mousetrap.min.js"></script>
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({
|
||||
tex2jax: {
|
||||
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
|
||||
processEscapes: true
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<script type="text/javascript"
|
||||
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
|
||||
</script>
|
||||
<script>
|
||||
hljs.initHighlightingOnLoad();
|
||||
|
||||
document.querySelectorAll('.menuitem a').forEach(function(el) {
|
||||
if (el.getAttribute('data-shortcut').length > 0) {
|
||||
Mousetrap.bind(el.getAttribute('data-shortcut'), function() {
|
||||
location.assign(el.getAttribute('href'));
|
||||
});
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue