Skip to content

Commit

Permalink
switched to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
tig-vincentthart committed Feb 6, 2023
1 parent 38558c1 commit 7ef29d8
Show file tree
Hide file tree
Showing 5 changed files with 616 additions and 13 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Shopware
title: Magento 2
description:
google_analytics:
show_downloads: true
Expand Down
13 changes: 7 additions & 6 deletions css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ h1 {
display: inline-block;
margin-bottom: 1rem;
color: white;
background-color: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.2);
background-color: #ed7000;
border: 1px solid #ed7000;
border-radius: 0.3rem;
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
Expand All @@ -77,11 +77,11 @@ h1 {
margin-left: 1rem;
}

.btn:hover {
color: rgba(255, 255, 255, 0.8);
.btn:hover, .btn:focus {
color: white;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.3);
background-color: #526263;
border-color: #526263;
}

.box {
Expand Down Expand Up @@ -277,6 +277,7 @@ h1 {
color: #383e41;
background-color: #f3f6fa;
border-radius: 0.3rem;
font-size: 16px;
}

.main-content pre {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en-us">
<html lang="nl-NL">
<head>
<meta charset="UTF-8" />
<title>PostNL Magento 2 handleiding</title>
<meta name="description" content="The documentation to make a connection with PostNL">
<meta name="description" content="Op deze pagina vindt u de handleiding van de Magento 2 PostNL extensie.">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="shortcut icon" href="https://www.postnl.nl/favicon.ico">
<link href="css/normalize.css" media="screen" rel="stylesheet" type="text/css" />
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Welcome to GitHub Pages

You can use the [editor on GitHub](https://github.com/postnl/shopware/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files.
You can use the [editor on GitHub](https://github.com/postnl/magento2/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files.

Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.

Expand Down Expand Up @@ -30,7 +30,7 @@ For more details see [Basic writing and formatting syntax](https://docs.github.c

### Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/postnl/shopware/settings/pages). The name of this theme is saved in the Jekyll `_config.yml` configuration file.
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/postnl/magento2/settings/pages). The name of this theme is saved in the Jekyll `_config.yml` configuration file.

### Support or Contact

Expand Down
Loading

0 comments on commit 7ef29d8

Please sign in to comment.