-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef15c41
commit b2fa9b8
Showing
139 changed files
with
9,685 additions
and
6,093 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!doctype html> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" href="static/style.css"> | ||
<title> — Gergelim</title> | ||
<body> | ||
<header> | ||
<h1>Gergelim</h1> | ||
<nav> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="./">Welcome</a></li> | ||
|
||
<li><a href="blog/">Blog</a></li> | ||
|
||
<li><a href="projects/">Projects</a></li> | ||
|
||
<li><a href="about/">About</a></li> | ||
|
||
</ul> | ||
</nav> | ||
</header> | ||
<div class="page"> | ||
|
||
<h2></h2> | ||
|
||
|
||
</div> | ||
<footer> | ||
© Copyright 2021 by Gianluca Ciccarelli. | ||
</footer> | ||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!doctype html> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" href="../static/style.css"> | ||
<title>About this Website — Gergelim</title> | ||
<body> | ||
<header> | ||
<h1>Gergelim</h1> | ||
<nav> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="../">Welcome</a></li> | ||
|
||
<li><a href="../blog/">Blog</a></li> | ||
|
||
<li><a href="../projects/">Projects</a></li> | ||
|
||
<li class="active"><a href="./">About</a></li> | ||
|
||
</ul> | ||
</nav> | ||
</header> | ||
<div class="page"> | ||
|
||
<h2>About this Website</h2> | ||
<p>This is a website that was made with the Lektor quickstart.</p> | ||
<p>And it does not contain a lot of information.</p> | ||
|
||
|
||
</div> | ||
<footer> | ||
© Copyright 2021 by Gianluca Ciccarelli. | ||
</footer> | ||
</body> |
Oops, something went wrong.