Deploy CJSatnarine/CJSatnarine.github.io to CJSatnarine/CJSatnarine.github.io:gh-pages
This commit is contained in:
64
projects/frolicking_photographer/index.html
Normal file
64
projects/frolicking_photographer/index.html
Normal file
@@ -0,0 +1,64 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CJ Satnarine</title>
|
||||
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto Mono' rel='stylesheet'>
|
||||
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"three": "https://cdn.jsdelivr.net/npm/three@0.174.0/build/three.module.js",
|
||||
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.174.0/examples/jsm/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<script type="module" src="/main.js"></script>
|
||||
<script type="module" src="/window.js"></script>
|
||||
</head>
|
||||
|
||||
<nav>
|
||||
<a href="https://cjsatnarine.github.io/">Home</a>
|
||||
<span id="text"> | </span><a href="https://cjsatnarine.github.io/blog/"><strike>Rants</strike> Posts</a>
|
||||
<span id="text"> | </span><a href="https://cjsatnarine.github.io/projects/">My Stuff</a>
|
||||
<span id="text"> | </span><a href="https://cjsatnarine.github.io/stuff_I_like/">Stuff I Like</a>
|
||||
<hr>
|
||||
</nav>
|
||||
|
||||
<body>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
|
||||
<h1 id="frolicking_photographer" class="title">
|
||||
Frolicking Photographer
|
||||
</h1>
|
||||
|
||||
<p>I managed to get my hands on an old Nikon D70s camera, so I'll try to learn photography from that.</p>
|
||||
<h2 id="projects">Projects</h2>
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a id="blog_colour" href="https://cjsatnarine.github.io/projects/frolicking_photographer/nikon-camera/">Nikon D70s</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
<footer id="footer">
|
||||
<center>
|
||||
<a href="https://evilr.ing/cjsatnarine/previous"><</a>
|
||||
<a href="https://evilr.ing">EVILRING</a>
|
||||
<a href="https://evilr.ing/cjsatnarine/next">></a>
|
||||
<p> Made with <a href="https://www.getzola.org/">Zola</a></p>
|
||||
</center>
|
||||
</footer>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user