Skip to content

Commit

Permalink
Some more website fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NicK4rT committed Oct 10, 2024
1 parent 2d0577c commit 4ed2807
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 19 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified docs/.DS_Store
Binary file not shown.
8 changes: 5 additions & 3 deletions docs/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Website Title</title>
<link rel="icon" href="favicon.png" type="images/logo_icon.png">

<title>Smart System Platform - Outreach</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -55,13 +57,13 @@

<header>
<div class="menu">
<a href="index.html" class="logo"><img src="logo.png" alt="The Smart System Education Platform"></a>
<a href="index.html" class="logo"><img src="images/logo.png" alt="The Smart System Education Platform"></a>
<div class="menu-items">
<a href="index.html">Home</a>
<a href="mission.html">Mission</a>
<a href="technology.html">Platform</a>
<a href="start.html">Get Started</a>
<a href="tools.html">Tools</a>
<a href="tools.html">Toolbox</a>
<a href="community.html" class="active">Community</a>
</div>
</div>
Expand Down
Binary file added docs/images/SMLOGOimproved.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo_large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Website Title</title>
<link rel="icon" href="favicon.png" type="images/logo_icon.png">

<title>Smart System Education Platform</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -55,13 +57,13 @@

<header>
<div class="menu">
<a href="index.html" class="logo"><img src="logo.png" alt="The Smart System Education Platform"></a>
<a href="index.html" class="logo"><img src="images/logo.png" alt="The Smart System Education Platform"></a>
<div class="menu-items">
<a href="index.html" class="active">Home</a>
<a href="mission.html">Mission</a>
<a href="technology.html">Platform</a>
<a href="start.html">Get Started</a>
<a href="tools.html">Tools</a>
<a href="tools.html">Toolbox</a>
<a href="community.html">Community</a>
</div>
</div>
Expand Down
8 changes: 5 additions & 3 deletions docs/mission.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Website Title</title>
<link rel="icon" href="favicon.png" type="images/logo_icon.png">

<title>Smart System Platform - Mission</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -55,13 +57,13 @@

<header>
<div class="menu">
<a href="index.html" class="logo"><img src="logo.png" alt="The Smart System Education Platform"></a>
<a href="index.html" class="logo"><img src="images/logo.png" alt="The Smart System Education Platform"></a>
<div class="menu-items">
<a href="index.html">Home</a>
<a href="mission.html" class="active">Mission</a>
<a href="technology.html">Platform</a>
<a href="start.html">Get Started</a>
<a href="tools.html">Tools</a>
<a href="tools.html">Toolbox</a>
<a href="community.html">Community</a>
</div>
</div>
Expand Down
8 changes: 5 additions & 3 deletions docs/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Website Title</title>
<link rel="icon" href="favicon.png" type="images/logo_icon.png">

<title>Smart System Platform - Gettign Started</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -55,13 +57,13 @@

<header>
<div class="menu">
<a href="index.html" class="logo"><img src="logo.png" alt="The Smart System Education Platform"></a>
<a href="index.html" class="logo"><img src="images/logo.png" alt="The Smart System Education Platform"></a>
<div class="menu-items">
<a href="index.html">Home</a>
<a href="mission.html">Mission</a>
<a href="technology.html">Platform</a>
<a href="start.html" class="active">Get Started</a>
<a href="tools.html">Tools</a>
<a href="tools.html">Toolbox</a>
<a href="community.html">Community</a>
</div>
</div>
Expand Down
10 changes: 6 additions & 4 deletions docs/technology.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Website Title</title>
<link rel="icon" href="favicon.png" type="images/logo_icon.png">

<title>Smart System Platform - Technology</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -55,20 +57,20 @@

<header>
<div class="menu">
<a href="index.html" class="logo"><img src="logo.png" alt="The Smart System Education Platform"></a>
<a href="index.html" class="logo"><img src="images/logo.png" alt="The Smart System Education Platform"></a>
<div class="menu-items">
<a href="index.html">Home</a>
<a href="mission.html">Mission</a>
<a href="technology.html" class="active">Platform</a>
<a href="start.html">Get Started</a>
<a href="tools.html">Tools</a>
<a href="tools.html">Toolbox</a>
<a href="community.html">Community</a>
</div>
</div>
</header>

<main>
<h1>Technology and Capabilities</h1>
<h1>Technology, Platform Architecture and Capabilities</h1>
<p>Explain the used technology, nomenclature, platform approach and capabilities. Insert some images here.</p>
</main>

Expand Down
8 changes: 5 additions & 3 deletions docs/tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Website Title</title>
<link rel="icon" href="favicon.png" type="images/logo_icon.png">

<title>Smart System Platform - Toolbox</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -55,13 +57,13 @@

<header>
<div class="menu">
<a href="index.html" class="logo"><img src="logo.png" alt="The Smart System Education Platform"></a>
<a href="index.html" class="logo"><img src="images/logo.png" alt="The Smart System Education Platform"></a>
<div class="menu-items">
<a href="index.html">Home</a>
<a href="mission.html">Mission</a>
<a href="technology.html">Platform</a>
<a href="start.html">Get Started</a>
<a href="tools.html" class="active">Tools</a>
<a href="tools.html" class="active">Toolbox</a>
<a href="community.html">Community</a>
</div>
</div>
Expand Down

0 comments on commit 4ed2807

Please sign in to comment.