Files
old-isjsdeadyet/isjsdeadyet.html

111 lines
4.6 KiB
HTML
Raw Normal View History

2018-01-15 14:50:35 +01:00
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- title -->
<title>sjsdeadyet</title>
<!--<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">-->
<link href="css/style.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:100' rel='stylesheet' type='text/css'>
</head>
<body>
<!--landing-->
<div class="landing-margin">
<div class="landing" style="background-image: url(assets/javascript@1x.png);">
<div class="landing-headline">
<lh>Is Javascript dead* yet?</lh>
</div>
<div class="fusnote">
<div style="color: rgb(0, 0, 0)"><p>*by dead - we mean having less than 70% market share on the frontend</p></div>
</div>
</div>
</div>
<div class="container">
<!--No-->
<div class="subtitle space50">
<sb>No! Very much alive!</sb>
</div>
<!--Links title-->
<div class="left align space50">
<h2>Here are some potential javascript killers:</h2>
</div>
<!--Links list-->
<a style="display:block" href="https://github.com/DenisKolodin/yew">
<div class="container-line highlight-line space20">
<div>
<p class="link">https://github.com/DenisKolodin/yew</p>
<p class="link-description">Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque maximus vel nunc sit
amet vehicula. Nam volutpat tellus vel molestie finibus.</p>
</div>
</div>
</a>
<a style="display:block" href="https://tbfleming.github.io/cib/">
<div class="container-line highlight-line space20">
<div>
<p class="link">https://tbfleming.github.io/cib/</p>
<p class="link-description">Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque maximus vel nunc sit
amet vehicula. Nam volutpat tellus vel molestie finibus.</p>
</div>
</div>
</a>
<a style="display:block" href="https://tbfleming.github.io/cib/">
<div class="container-line highlight-line space20">
<div>
<p class="link">https://tbfleming.github.io/cib/</p>
<p class="link-description">Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque maximus vel nunc sit
amet vehicula. Nam volutpat tellus vel molestie finibus.</p>
</div>
</div>
</a>
<a style="display:block" href="http://teavm.org/">
<div class="container-line highlight-line space20">
<div>
<p class="link">http://teavm.org/</p>
<p class="link-description">Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Pellentesque maximus vel nunc sit
amet vehicula. Nam volutpat tellus vel molestie finibus.</p>
</div>
</div>
</a>
<!--rest of the text-->
<div class="space40">
<p>We use Javascript every day.
Most of <a class="our-projects" href="http://www.saburly.com/">our projects</a> have javascript in it.
However we love ohter languages too
and love the freedom of using them on the frontend.</p>
<h2>Why do you hate Javascript?</h2>
</div>
</div>
<!--made by Saburly-->
<div class="flex-center space50">
<p style="margin:0; font-weight:200">Made by</p>
<img src="assets/logo-black.svg">
</div>
<div class="flex-center">
<a style="padding-bottom:20px" href="https://twitter.com/saburly" class="tweet"><span class="fa fa-twitter tweet"></span></a>
</div>
</body>
</html>