This repository was archived by the owner on Nov 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed 'flexible' background text, slide show text now displays on b…
…igger screens, slide show images realigned, fixed slideshow issues, download button new link
- Loading branch information
Showing
36 changed files
with
710 additions
and
57 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -35,10 +35,6 @@ div { | |
|
||
/* SLIDESHOW */ | ||
|
||
.slideshow-image-fit { | ||
width: 100%; | ||
height: auto; | ||
} | ||
|
||
/* NAVIGATION BAR */ | ||
|
||
|
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
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
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
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
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
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
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,54 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<title>devon4J</title> | ||
<script type="text/javascript" src="/bundle.js"></script> | ||
<link rel="stylesheet" type="text/css" href="/css/main.css" /> | ||
<script type="text/javascript" src="/javascript/main.js"></script> | ||
</head> | ||
|
||
<body data-spy="scroll" data-target=".DEVON-SIDEBAR" data-offset="50"> | ||
<!-- NAVIGATION--> | ||
<div class="fixed-top m-0" style="pointer-events: none"> | ||
<!-- NAV BAR --> | ||
<insertHtml url="/html/nav-menu" style="pointer-events: auto"></insertHtml> | ||
<!-- SIDE BAR --> | ||
<div class="row container-fluid DEVON m-0 px-0 " style="pointer-events: none"> | ||
<div class="col-12 col-md-3 m-0 p-0"> | ||
<insertHtml url="/devon4j/sections/sidenav" style="pointer-events: auto"></insertHtml> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- CONTENT --> | ||
<div class="container-fluid DEVON DEVON-CONTAINER m-0 px-0"> | ||
<div class="d-none m-0 p-0"> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
</div> | ||
<div class="row m-0 p-0"> | ||
<!-- GHOST COLUMN--> | ||
<div class="col-0 col-md-3 m-0 p-0"> | ||
|
||
</div> | ||
<!-- CONTENT --> | ||
<div class="col-12 col-md-9 m-0 p-0"> | ||
<insertHtml url="/devon4j/sections/introduction"></insertHtml> | ||
<insertHtml url="/devon4j/sections/overview"></insertHtml> | ||
<insertHtml url="/devon4j/sections/getting-started"></insertHtml> | ||
<insertHtml url="/devon4j/sections/roadmap"></insertHtml> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- FOOTER --> | ||
<insertHtml url="/html/footer"></insertHtml> | ||
</body> | ||
|
||
</html> |
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,5 @@ | ||
@media (min-width: 768px) { | ||
.gettingStarted { | ||
margin: 0 25%; | ||
} | ||
} |
Oops, something went wrong.