Skip to content

Commit 055a8cf

Browse files
Parmjot-SinghParmjot-Singh
authored andcommitted
jekyll build from Action d2cb798
0 parents  commit 055a8cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+513
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US"><head>
3+
<meta charset="utf-8" />
4+
<meta name="viewport" content="width=device-width, initial-scale=1" />
5+
<title></title>
6+
<link rel="stylesheet" href="/assets/css/styles.css" />
7+
</head>
8+
<body><header><script>
9+
/* Set the width of the side navigation to 250px */
10+
function openNav() {
11+
document.getElementById("sideNav").style.width = "200px";
12+
document.getElementById("open-nav").style.right = "-100px";
13+
}
14+
15+
/* Set the width of the side navigation to 0 */
16+
function closeNav() {
17+
document.getElementById("sideNav").style.width = "0";
18+
document.getElementById("open-nav").style.right = "7px";
19+
}
20+
</script>
21+
<nav>
22+
<div id="sideNav" class="sidenav">
23+
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()"><img src="/assets/images/cross.png"></a><a href="/">
24+
<div style="width: 24px;"> <!-- even spacing --></div>Home<div style="width: 24px;"> <!-- even spacing --> </div>
25+
</a><a href="/about.html">
26+
<div style="width: 24px;"> <!-- even spacing --><img src="/assets/images/about-icon.png" class="nav-links-icon"></div>About<div style="width: 24px;"> <!-- even spacing --> </div>
27+
</a><a href="/blog.html">
28+
<div style="width: 24px;"> <!-- even spacing --><img src="/assets/images/blog-icon.png" class="nav-links-icon"></div>Blog<div style="width: 24px;"> <!-- even spacing --> </div>
29+
</a></div>
30+
<span onclick="openNav()" id="open-nav">Navigation</span>
31+
</nav>
32+
<div id="header-content">
33+
<h1 class="page-title"></h1>
34+
<h2 class="page-summary"></h2>
35+
</div>
36+
</header>
37+
<main>
38+
<style type="text/css" media="screen">
39+
.container {
40+
margin: 10px auto;
41+
max-width: 600px;
42+
text-align: center;
43+
}
44+
h1 {
45+
margin: 30px 0;
46+
font-size: 4em;
47+
line-height: 1;
48+
letter-spacing: -1px;
49+
}
50+
</style>
51+
52+
<div class="container">
53+
<h1>404</h1>
54+
55+
<p><strong>Page not found :(</strong></p>
56+
<p>The requested page could not be found.</p>
57+
</div>
58+
59+
</main><footer><div id="footer-links"><a href="/">
60+
<div>Home</div>
61+
</a><a href="/about.html">
62+
<div>About</div>
63+
</a><a href="/blog.html">
64+
<div>Blog</div>
65+
</a></div>
66+
<div id="blatant-advertising">
67+
This website is using Dusk, a theme built with ❤️ for GitHub pages, by Parmjot Singh.
68+
</div></footer>
69+
</body>
70+
</html>

about.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US"><head>
3+
<meta charset="utf-8" />
4+
<meta name="viewport" content="width=device-width, initial-scale=1" />
5+
<title>About me</title>
6+
<link rel="stylesheet" href="/assets/css/styles.css" />
7+
</head>
8+
<body><header><script>
9+
/* Set the width of the side navigation to 250px */
10+
function openNav() {
11+
document.getElementById("sideNav").style.width = "200px";
12+
document.getElementById("open-nav").style.right = "-100px";
13+
}
14+
15+
/* Set the width of the side navigation to 0 */
16+
function closeNav() {
17+
document.getElementById("sideNav").style.width = "0";
18+
document.getElementById("open-nav").style.right = "7px";
19+
}
20+
</script>
21+
<nav>
22+
<div id="sideNav" class="sidenav">
23+
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()"><img src="/assets/images/cross.png"></a><a href="/">
24+
<div style="width: 24px;"> <!-- even spacing --></div>Home<div style="width: 24px;"> <!-- even spacing --> </div>
25+
</a><a href="/about.html">
26+
<div style="width: 24px;"> <!-- even spacing --><img src="/assets/images/about-icon.png" class="nav-links-icon"></div>About<div style="width: 24px;"> <!-- even spacing --> </div>
27+
</a><a href="/blog.html">
28+
<div style="width: 24px;"> <!-- even spacing --><img src="/assets/images/blog-icon.png" class="nav-links-icon"></div>Blog<div style="width: 24px;"> <!-- even spacing --> </div>
29+
</a></div>
30+
<span onclick="openNav()" id="open-nav">Navigation</span>
31+
</nav>
32+
<div id="header-content">
33+
<h1 class="page-title">About me</h1>
34+
<h2 class="page-summary"></h2>
35+
</div>
36+
</header>
37+
<main>
38+
<h3 id="something-about-me">Something about me</h3>
39+
<p>I am a person who likes tinkering with stuff so much, that it breaks.
40+
I love tech, and how every small thing that you change can make it your own. I enjoy coding, browsing the web, and playing <a href="https://www.youtube.com/watch?v=hfLecAWFQIc">TrackMania</a> I love being creative, and enjoy taking on challenges. I also love learning new skills, and love using them. I enjoy doing things practically, but I don’t like theory. Who likes theory?</p>
41+
42+
<p>I need to add more stuff.</p>
43+
44+
</main><footer><div id="footer-links"><a href="/">
45+
<div>Home</div>
46+
</a><a href="/about.html">
47+
<div>About</div>
48+
</a><a href="/blog.html">
49+
<div>Blog</div>
50+
</a></div>
51+
<div id="blatant-advertising">
52+
This website is using Dusk, a theme built with ❤️ for GitHub pages, by Parmjot Singh.
53+
</div></footer>
54+
</body>
55+
</html>

assets/css/styles.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/images/about-icon.png

4.2 KB

assets/images/blog-icon.png

4.21 KB

assets/images/cross.png

1.93 KB

assets/images/dusk-gray.jpg

791 KB

assets/images/dusk.jpg

326 KB
22.4 KB

0 commit comments

Comments
 (0)