Skip to content

Commit

Permalink
Update web layout
Browse files Browse the repository at this point in the history
  • Loading branch information
csyonghe committed Oct 21, 2024
1 parent 470430b commit 86b4535
Show file tree
Hide file tree
Showing 19 changed files with 871 additions and 242 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Gemfile
Gemfile.lock
_site/
32 changes: 0 additions & 32 deletions README.md

This file was deleted.

22 changes: 16 additions & 6 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/style.css?v=' | append: site.github.build_revision | relative_url }}">
<link rel="stylesheet" type="text/css" href="{{ '/assets/css/print.css' | relative_url }}" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
Expand All @@ -15,12 +15,22 @@

<body>
<div id="container">
<div class="inner">
<header>
<div id="innerHeader">
<img id="logoContainer" src="/assets/slang-logo.png">
<div class="main_nav">
<span class="mainNavItem"><a href="/">Home</a></li>
<span class="mainNavItem"><a href="/docs/getting-started">Getting Started</a></li>
<span class="mainNavItem"><a href="/slang-playground">Playground</a></li>
<span class="mainNavItem"><a href="/docs/">Documentation</a></li>
<span class="mainNavItem"><a href="/tools">Tools</a></li>
<span class="mainNavItem"><a href="/community">Community</a></li>
</div>
</div>
</header>

<header>
<h1>{{ page.title | default: site.title }}</h1>
<h2>{{ page.description }}</h2>
</header>
<div id="bodyInner">

<section id="downloads" class="clearfix">
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" id="download-zip" class="button"><span>Download .zip</span></a>
Expand Down
Binary file added assets/slang-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 86b4535

Please sign in to comment.