Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Revert "Prepare English site"
Browse files Browse the repository at this point in the history
This reverts commit 9292104.
  • Loading branch information
benjaminaaron committed Nov 3, 2023
1 parent 9292104 commit d501835
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 33 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
# ckg-site
Website for the Citizen Knowledge Graph project. Information about the idea, goals and team.

## Setup

```sh
npm install
```

## Run

```sh
npx eleventy --serve # --> localhost:8080
```
Website for citizen-knowledge-graph project. Information on idea, goals and team.
12 changes: 2 additions & 10 deletions src/_includes/mylayout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@ title: My Rad Blog
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Citizen Knowledge Graph</title>
<link rel="stylesheet" href="/static/css/bundle.css">
<style>
.lang {
text-align: right;
padding: 40px;
}
</style>
<link rel="stylesheet" href="static/css/bundle.css">
</head>
<body>
<div class="lang">
<a href="/">DE</a> / <a href="/en/">EN</a>
</div>

<!-- 1. Fixed Navbar -->
<!-- Deactivate Navbar for now
<div class="navbar">
Expand Down
8 changes: 0 additions & 8 deletions src/en/index.md

This file was deleted.

4 changes: 2 additions & 2 deletions src/static/css/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ body, p, a {

/* Central Scrollable Element */
.central-container {
margin-top: 0; /* Adjust according to navbar's height */
margin-top: 90px; /* Adjust according to navbar's height */
padding-left: 25%; /* Left padding */
padding-right: 25%; /* Right padding */
max-width: 70%; /* Or adjust according to your needs */
Expand Down Expand Up @@ -72,4 +72,4 @@ body, p, a {
padding-right: 7%; /* Reduce padding for smaller screens */
max-width: 90%; /* Or adjust according to your needs */
}
}
}

0 comments on commit d501835

Please sign in to comment.