Update and rename examples/landing.osls to examples/landing/landing.osls

This commit is contained in:
Noah Trupin
2019-01-30 06:59:51 -05:00
committed by GitHub
parent db3754c6fd
commit 954fea9009
2 changed files with 39 additions and 19 deletions
-19
View File
@@ -1,19 +0,0 @@
link -> stylesheet -> https://ntrupin.com/normalize.css
link -> stylesheet -> https://ntrupin.com/skeleton.css
link -> stylesheet -> landing.css
meta -> viewport -> width=device-width, initial-scale=1
div
h4 -> Hi!
p -> I'm Noah Trupin, the owner of the open source language LineScript. This page is a test!
hr
div -> class="container"
div -> class="row"
div -> class="six columns"
button -> class="button-primary" onclick="window.location.href='https://github.com/ntrupin/linescript'" -> GitHub
end -> div
div -> class="six columns"
button -> class="button-primary" onclick="window.location.href='https://ntrupin.com'" -> ntrupin.com
end -> div
end -> div
end -> div
end -> div
+39
View File
@@ -0,0 +1,39 @@
link -> stylesheet -> https://ntrupin.com/normalize.css
link -> stylesheet -> https://ntrupin.com/skeleton.css
link -> stylesheet -> style.css
meta -> viewport -> width=device-width, initial-scale=1
div
h4 -> Linescript
p -> The open source language that compiles into HTML at runtime to provide easy syntax for beautiful webpages, complete with JavaScript and CSS. Perfect for beginners and experts!
img -> https://github.com/ntrupin/linescript/blob/master/images/E81C9271-1AFE-487E-BDB0-5958E02F0ADB.jpeg?raw=true -> width="100%"
end -> div
hr
div
b -> About this page
p -> This page was created by the original creator of Linescript, Noah Trupin. It was made to be an example of how versatile and simple the markup language could be in creating full-fledged webpages.
p -> This webpage used stylesheets from three sources:
ul
li -> . -> .
a -> href="https://github.com/necolas/normalize.css/" -> normalize.css
end -> li
li -> . -> .
a -> href="https://github.com/dhg/Skeleton" -> skeleton.css
end -> li
li -> Custom styles
end -> ul
end -> div
hr
div -> class="grid-container"
div -> class="grid-item"
button -> onclick="window.location.href='https://github.com/ntrupin/linescript'" class="button-primary" -> GitHub
end -> div
div -> class="grid-item"
button -> onclick="window.location.href='https://ntrupin.com'" class="button-primary" -> ntrupin.com
end -> div
end -> div
hr
div
center
small -> Generated with Linescript on 1.29.19
end -> center
end -> div