5cd2c5116f
* Focalboard website revamp work * Removed alternate grey footer * Update Contribute link and general styles * Updated homepage images * Update image src and alt for homepage * Update nav items and general styles * Fix menu items for focalboard.com internal pages * Update README with asset versioning notes. Update URLs in footer. Update asset versions in query strings. Co-authored-by: Jared <jared@presentlogic.com> Co-authored-by: Jared Thomas <jared.thomas@ela1.com>
25 lines
710 B
HTML
Executable file
25 lines
710 B
HTML
Executable file
<!DOCTYPE html>
|
|
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
|
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
|
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
|
<!--[if gt IE 8]> <html class="no-js"> <![endif]-->
|
|
<html>
|
|
<head>
|
|
{{ partial "head.html" .}}
|
|
</head>
|
|
<body class="homepage">
|
|
{{ partial "nav.html" .}}
|
|
|
|
<div id="wrapper">
|
|
{{ partial "hero.html" .}}
|
|
|
|
<div class="container-fluid">
|
|
{{ partial "intro.html" .}}
|
|
|
|
{{ partial "mailinglist.html" .}}
|
|
</div>
|
|
</div>
|
|
|
|
{{ partial "footer.html" .}}
|
|
</body>
|
|
</html>
|