Browse Source

Rewrite as a static index.html

master
Brett Langdon 8 years ago
parent
commit
9f5dc9839b
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
90 changed files with 202 additions and 838 deletions
  1. +0
    -6
      archetypes/default.md
  2. BIN
      background.jpg
  3. +0
    -19
      config.toml
  4. +0
    -0
      content/.gitkeep
  5. +0
    -0
      css/animate.css
  6. +0
    -0
      css/bootstrap.css
  7. +0
    -0
      css/bootstrap.css.map
  8. +0
    -0
      css/icomoon.css
  9. +0
    -0
      css/magnific-popup.css
  10. +0
    -0
      css/simple-line-icons.css
  11. +0
    -0
      css/style.css
  12. +0
    -0
      css/style.css.map
  13. +0
    -0
      favicon.ico
  14. +0
    -0
      fonts/bootstrap/glyphicons-halflings-regular.eot
  15. +0
    -0
      fonts/bootstrap/glyphicons-halflings-regular.svg
  16. +0
    -0
      fonts/bootstrap/glyphicons-halflings-regular.ttf
  17. +0
    -0
      fonts/bootstrap/glyphicons-halflings-regular.woff
  18. +0
    -0
      fonts/bootstrap/glyphicons-halflings-regular.woff2
  19. +0
    -0
      fonts/icomoon/icomoon.eot
  20. +0
    -0
      fonts/icomoon/icomoon.svg
  21. +0
    -0
      fonts/icomoon/icomoon.ttf
  22. +0
    -0
      fonts/icomoon/icomoon.woff
  23. +0
    -0
      fonts/icomoon/icomoon/Read Me.txt
  24. +0
    -0
      fonts/icomoon/icomoon/demo-files/demo.css
  25. +0
    -0
      fonts/icomoon/icomoon/demo-files/demo.js
  26. +0
    -0
      fonts/icomoon/icomoon/demo.html
  27. +0
    -0
      fonts/icomoon/icomoon/fonts/icomoon.eot
  28. +0
    -0
      fonts/icomoon/icomoon/fonts/icomoon.svg
  29. +0
    -0
      fonts/icomoon/icomoon/fonts/icomoon.ttf
  30. +0
    -0
      fonts/icomoon/icomoon/fonts/icomoon.woff
  31. +0
    -0
      fonts/icomoon/icomoon/selection.json
  32. +0
    -0
      fonts/icomoon/icomoon/style.css
  33. +0
    -0
      fonts/simple-line-icons/Simple-Line-Icons.eot
  34. +0
    -0
      fonts/simple-line-icons/Simple-Line-Icons.svg
  35. +0
    -0
      fonts/simple-line-icons/Simple-Line-Icons.ttf
  36. +0
    -0
      fonts/simple-line-icons/Simple-Line-Icons.woff
  37. +0
    -0
      fonts/simple-line-icons/Simple-Line-Icons.woff2
  38. +0
    -0
      images/Preloader_2.gif
  39. +0
    -0
      images/hero_bg.jpg
  40. +0
    -0
      images/img_1.jpg
  41. +0
    -0
      images/img_2.jpg
  42. +0
    -0
      images/img_3.jpg
  43. +0
    -0
      images/img_4.jpg
  44. +0
    -0
      images/person1.jpg
  45. +0
    -0
      images/person2.jpg
  46. +0
    -0
      images/person3.jpg
  47. +0
    -0
      images/person4.jpg
  48. +202
    -0
      index.html
  49. +0
    -0
      js/bootstrap.min.js
  50. +0
    -0
      js/jquery.easing.1.3.js
  51. +0
    -0
      js/jquery.magnific-popup.min.js
  52. +0
    -0
      js/jquery.min.js
  53. +0
    -0
      js/jquery.stellar.min.js
  54. +0
    -0
      js/jquery.waypoints.min.js
  55. +0
    -0
      js/magnific-popup-options.js
  56. +0
    -0
      js/main.js
  57. +0
    -0
      js/modernizr-2.6.2.min.js
  58. +0
    -0
      js/moment.js
  59. +0
    -0
      js/respond.min.js
  60. +0
    -41
      layouts/index.html
  61. +0
    -40
      layouts/partials/faq.html
  62. +0
    -12
      layouts/partials/intro.html
  63. +0
    -13
      layouts/partials/nav.html
  64. +0
    -9
      layouts/partials/registry.html
  65. +0
    -25
      layouts/partials/schedule.html
  66. +0
    -17
      layouts/partials/things-to-do.html
  67. +0
    -21
      themes/icon/LICENSE.md
  68. +0
    -32
      themes/icon/README.md
  69. +0
    -2
      themes/icon/archetypes/default.md
  70. +0
    -12
      themes/icon/changelog.md
  71. +0
    -214
      themes/icon/exampleSite/config.toml
  72. +0
    -0
      themes/icon/exampleSite/content/.keep
  73. +0
    -0
      themes/icon/exampleSite/static/.keep
  74. BIN
      themes/icon/images/screenshot.png
  75. BIN
      themes/icon/images/tn.png
  76. +0
    -0
      themes/icon/layouts/404.html
  77. +0
    -0
      themes/icon/layouts/_default/list.html
  78. +0
    -0
      themes/icon/layouts/_default/single.html
  79. +0
    -51
      themes/icon/layouts/index.html
  80. +0
    -42
      themes/icon/layouts/partials/contact-form.html
  81. +0
    -33
      themes/icon/layouts/partials/footer.html
  82. +0
    -15
      themes/icon/layouts/partials/gallery.html
  83. +0
    -48
      themes/icon/layouts/partials/header.html
  84. +0
    -12
      themes/icon/layouts/partials/hero.html
  85. +0
    -18
      themes/icon/layouts/partials/js.html
  86. +0
    -43
      themes/icon/layouts/partials/mission.html
  87. +0
    -27
      themes/icon/layouts/partials/nav.html
  88. +0
    -28
      themes/icon/layouts/partials/services.html
  89. +0
    -40
      themes/icon/layouts/partials/team.html
  90. +0
    -18
      themes/icon/theme.toml

+ 0
- 6
archetypes/default.md View File

@ -1,6 +0,0 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
draft: true
---

BIN
background.jpg View File

Before After
Width: 4500  |  Height: 3000  |  Size: 2.3 MiB

+ 0
- 19
config.toml View File

@ -1,19 +0,0 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "Kate and Brett are getting married"
theme = "icon"
[params]
author = "Your name"
description = "Cool description"
# Hero section (from here on is for icon theme)
[params.hero]
img = "background.jpg"
title = "Brett & Kate"
description = "are getting married!"
# Footer section
[params.footer]
enable = true
note = ""

+ 0
- 0
content/.gitkeep View File


themes/icon/static/css/animate.css → css/animate.css View File


themes/icon/static/css/bootstrap.css → css/bootstrap.css View File


themes/icon/static/css/bootstrap.css.map → css/bootstrap.css.map View File


themes/icon/static/css/icomoon.css → css/icomoon.css View File


themes/icon/static/css/magnific-popup.css → css/magnific-popup.css View File


themes/icon/static/css/simple-line-icons.css → css/simple-line-icons.css View File


themes/icon/static/css/style.css → css/style.css View File


themes/icon/static/css/style.css.map → css/style.css.map View File


themes/icon/static/favicon.ico → favicon.ico View File


themes/icon/static/fonts/bootstrap/glyphicons-halflings-regular.eot → fonts/bootstrap/glyphicons-halflings-regular.eot View File


themes/icon/static/fonts/bootstrap/glyphicons-halflings-regular.svg → fonts/bootstrap/glyphicons-halflings-regular.svg View File


themes/icon/static/fonts/bootstrap/glyphicons-halflings-regular.ttf → fonts/bootstrap/glyphicons-halflings-regular.ttf View File


themes/icon/static/fonts/bootstrap/glyphicons-halflings-regular.woff → fonts/bootstrap/glyphicons-halflings-regular.woff View File


themes/icon/static/fonts/bootstrap/glyphicons-halflings-regular.woff2 → fonts/bootstrap/glyphicons-halflings-regular.woff2 View File


themes/icon/static/fonts/icomoon/icomoon.eot → fonts/icomoon/icomoon.eot View File


themes/icon/static/fonts/icomoon/icomoon.svg → fonts/icomoon/icomoon.svg View File


themes/icon/static/fonts/icomoon/icomoon.ttf → fonts/icomoon/icomoon.ttf View File


themes/icon/static/fonts/icomoon/icomoon.woff → fonts/icomoon/icomoon.woff View File


themes/icon/static/fonts/icomoon/icomoon/Read Me.txt → fonts/icomoon/icomoon/Read Me.txt View File


themes/icon/static/fonts/icomoon/icomoon/demo-files/demo.css → fonts/icomoon/icomoon/demo-files/demo.css View File


themes/icon/static/fonts/icomoon/icomoon/demo-files/demo.js → fonts/icomoon/icomoon/demo-files/demo.js View File


themes/icon/static/fonts/icomoon/icomoon/demo.html → fonts/icomoon/icomoon/demo.html View File


themes/icon/static/fonts/icomoon/icomoon/fonts/icomoon.eot → fonts/icomoon/icomoon/fonts/icomoon.eot View File


themes/icon/static/fonts/icomoon/icomoon/fonts/icomoon.svg → fonts/icomoon/icomoon/fonts/icomoon.svg View File


themes/icon/static/fonts/icomoon/icomoon/fonts/icomoon.ttf → fonts/icomoon/icomoon/fonts/icomoon.ttf View File


themes/icon/static/fonts/icomoon/icomoon/fonts/icomoon.woff → fonts/icomoon/icomoon/fonts/icomoon.woff View File


themes/icon/static/fonts/icomoon/icomoon/selection.json → fonts/icomoon/icomoon/selection.json View File


themes/icon/static/fonts/icomoon/icomoon/style.css → fonts/icomoon/icomoon/style.css View File


themes/icon/static/fonts/simple-line-icons/Simple-Line-Icons.eot → fonts/simple-line-icons/Simple-Line-Icons.eot View File


themes/icon/static/fonts/simple-line-icons/Simple-Line-Icons.svg → fonts/simple-line-icons/Simple-Line-Icons.svg View File


themes/icon/static/fonts/simple-line-icons/Simple-Line-Icons.ttf → fonts/simple-line-icons/Simple-Line-Icons.ttf View File


themes/icon/static/fonts/simple-line-icons/Simple-Line-Icons.woff → fonts/simple-line-icons/Simple-Line-Icons.woff View File


themes/icon/static/fonts/simple-line-icons/Simple-Line-Icons.woff2 → fonts/simple-line-icons/Simple-Line-Icons.woff2 View File


themes/icon/static/images/Preloader_2.gif → images/Preloader_2.gif View File


themes/icon/static/images/hero_bg.jpg → images/hero_bg.jpg View File


themes/icon/static/images/img_1.jpg → images/img_1.jpg View File


themes/icon/static/images/img_2.jpg → images/img_2.jpg View File


themes/icon/static/images/img_3.jpg → images/img_3.jpg View File


themes/icon/static/images/img_4.jpg → images/img_4.jpg View File


themes/icon/static/images/person1.jpg → images/person1.jpg View File


themes/icon/static/images/person2.jpg → images/person2.jpg View File


themes/icon/static/images/person3.jpg → images/person3.jpg View File


themes/icon/static/images/person4.jpg → images/person4.jpg View File


+ 202
- 0
index.html View File

@ -0,0 +1,202 @@
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.30.2" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Kate and Brett are getting married</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Brett Langdon & Kate Zasada">
<meta name="description" content="Kate and Brett are getting married">
<meta http-equiv="content-language" content="en-us" />
<meta name="og:site_name" content="Kate and Brett are getting married">
<meta name="og:title" content="Kate and Brett are getting married">
<meta name="og:url" content="https://brettkate.wedding/">
<meta name="twitter:title" content="Kate and Brett are getting married" />
<meta name="twitter:url" content="https://brettkate.wedding/" />
<meta name="twitter:card" content="" />
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/simple-line-icons.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="fh5co-loader"></div>
<div class="fh5co-page">
<div id="fh5co-container">
<div id="fh5co-home" class="js-fullheight-home" data-section="home" style="background-image: url(background.jpg);" data-stellar-background-ratio="0.5">
<div class="container">
<div class="col-md-6">
<div class="js-fullheight-home fh5co-copy">
<div class="js-fullheight-home fh5co-copy-inner">
<h1>Brett &amp; Kate</h1>
<h2>are getting married!</h2>
</div>
</div>
</div>
</div>
</div>
<div class="js-sticky">
<div class="fh5co-main-nav">
<div class="container">
<div class="fh5co-menu-1">
<a href="#" data-nav-section="intro">Our Story</a>
<a href="#" data-nav-section="details">Details</a>
<a href="#" data-nav-section="things-to-do">Things to do in Rochester</a>
<a href="#" data-nav-section="registry">Registry</a>
<a href="#" data-nav-section="faq">FAQ</a>
</div>
</div>
</div>
</div>
<div id="fh5co-team" data-section="intro">
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading">
<h2>Our Story</h2>
<p>
Kate and Brett met while working together in New York City sometime in 2013. Credit goes to their mutual friends Susie (Brett’s PM) and Anthony (Kate’s designer) for convincing Brett to interview for a job and eventually join Kate & Anthony.</br>
The rest was a rom-com worthy story of two people who everyone <i>else</i> knew would wind up together, but had to figure that out for themselves. A few months later, we finally realized what everyone else saw from the beginning-- now we invite you to celebrate our wedding!
</p>
</div>
</div>
</div>
<div id="fh5co-team" data-section="details">
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading">
<h2>Ceremony & Reception</h2>
<h3>Welcome Drinks</h3>
<p>
Rohrbach Railroad Street Beer Hall   97 Railroad St, Rochester, NY 14609 7-9pm
</p>
<h3>Ceremony & Reception</h3>
<p>
The Inn on Broadway 29 Broadway, Rochester NY 5pm Attire: Black Tie Optional Dinner and dancing to follow
</p>
<h3>Accomodaions</h3>
<h4><a href="http://www.innonbroadway.com">The Inn on Broadway</a></h4>
<p>
We have a room block reserved with a 10% discount on the room rates. To reserve a room, call the Inn at 877.612.3595 and mention the Zasada-Langdon wedding.
</p>
<h4><a href="http://www.airbnb.com/c/kzasada">AirBnB</a></h4>
<p>
There are many private accomodations available in Rochester through AirBnB which are reasonably priced and great for groups! We love the Park Aveneue area for the restaurants, East Avenue & Monroe Village are great as well.
</p>
</div>
</div>
</div>
<div id="fh5co-services" data-section="things-to-do">
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading">
<h2>Things to do</h2>
<h3><a href="http://www.geneseebeer.com/brewhouse/">Genesee Brewhouse</a></h3>
<p>25 Cataract St.</br>
Rochester, NY, 14605</p>
<p>The Genesee Brewhouse is a historic beer packaging center that has been renovated to include a taproom, restaurant and rooftop bar! Go here to taste some local beers with a view of the Genesee River & High Falls.</p>
<h3><a href="https://eastman.org/">George Eastman House Museum</a></h3>
<p>900 East Ave</br>
Rochester, NY 14607</p>
<p>The George Eastman House is the former estate of Kodak founder George Eastman, whose historic grounds now house collections in the fields of photography, cinema, and photographic and cinematographic technology, and photographically illustrated books. The institution is also a longtime leader in film preservation and photographic conservation.</p>
</div>
</div>
</div>
<div id="fh5co-services" data-section="registry">
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading">
<h2>Registry</h2>
<p>
The gift of your presence as we celebrate our marriage is truly all that we ask for! If you want to get us something to warm our home, we’ve collected a few things that ship directly to us from a variety of stores in our <a href="https://www.zola.com/wedding/bkny/registry">Zola registry</a>.</br>
If you want a gift shipped to you to bring to us, we have a few items in a <a href="https://www.macys.com/wgl/registry/guest/6738469">Macys registry</a>.
</p>
</div>
</div>
</div>
<div id="fh5co-team" data-section="faq">
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading">
<h2>FAQ</h2>
<h3>Is it true the ceremony is standing room only?</h3>
<p>There will be limited seating, but it will also be a short one (~15minutes).</p>
</br>
<h3>What should I wear?</h3>
<p>
The attire is black tie optional. <br /> This means:
<ul>
<li>A long dress</li>
<li>A formal cocktail-length dress</li>
<li>A tuxedo or dressy suit</li>
</ul>
</p>
<p>
Kate loves Rent the Runway for formal events, use code $discount for a discount on your rental! Need some ideas on formal, black tie optional? Check the <a href="http://www.cosmopolitan.com/uk/fashion/style/how-to/a35660/what-different-dress-codes-actually-mean-wedding-black-tie/">Cosmo guide for women</a> or the <a href="https://www.gq.com/story/what-to-wear-to-a-summer-wedding-dress-codes">GQ guide for men</a>.
</p>
<h3>How do I get to Rochester?</h3>
<h4>Flying</h4>
<p>The hotel is a 15 minute drive from Rochester International Airport, which is served by all of the major airlines.</p>
<p>If you choose to fly, you probably don't need to rent a car as Uber and Lyft are all over Rochester, with a ride from the airport to the ceremony location costing under $20. The ceremony & reception are all conveniently located at a hotel, where you can stay with a 10% discount if you call and give our names. Everything we’re looking at for after parties is walking distance from the venue, so even if you choose to take a cab it will be a short trip and we’ve set up an event code with Lyft to give you $10 off each ride during the weekend!</p>
<h4>Driving</h4>
<p>
If you're driving to Rochester, The Inn on Broadway has complimentary valet parking available during the entire weekend.
</p>
<h3>I can't make it, sorry!?</h3>
<p>No worries! We realize life happens. Please let us know in advance.</p>
<h3>OTHER QUESTIONS?</h3>
<p>Feel free to contact us via... Email: me@brett.is ; kzasada@gmail.com Phone: +1 (860) 488 0854</p>
</div>
</div>
</div>
<div id="fh5co-footer">
<div class="container">
<div class="row">
<div class="col-md-6">
</div>
<div class="col-md-6">
<ul class="fh5co-social">
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="icon-arrow-up"></i></a>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<script src="js/main.js"></script>
</body>
</html>

themes/icon/static/js/bootstrap.min.js → js/bootstrap.min.js View File


themes/icon/static/js/jquery.easing.1.3.js → js/jquery.easing.1.3.js View File


themes/icon/static/js/jquery.magnific-popup.min.js → js/jquery.magnific-popup.min.js View File


themes/icon/static/js/jquery.min.js → js/jquery.min.js View File


themes/icon/static/js/jquery.stellar.min.js → js/jquery.stellar.min.js View File


themes/icon/static/js/jquery.waypoints.min.js → js/jquery.waypoints.min.js View File


themes/icon/static/js/magnific-popup-options.js → js/magnific-popup-options.js View File


themes/icon/static/js/main.js → js/main.js View File


themes/icon/static/js/modernizr-2.6.2.min.js → js/modernizr-2.6.2.min.js View File


themes/icon/static/js/moment.js → js/moment.js View File


themes/icon/static/js/respond.min.js → js/respond.min.js View File


+ 0
- 41
layouts/index.html View File

@ -1,41 +0,0 @@
<!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 "header.html" . }}
</head>
<body>
<!-- Loader -->
<div class="fh5co-loader"></div>
<div class="fh5co-page">
<div id="fh5co-container">
{{ partial "hero.html" . }}
{{ partial "nav.html" . }}
{{ partial "intro.html" . }}
{{ partial "schedule.html" .}}
{{ partial "things-to-do.html" .}}
{{partial "registry.html" .}}
{{ partial "faq.html" .}}
{{ if .Site.Params.footer.enable }}
{{ partial "footer.html" .}}
{{ end }}
</div>
</div>
{{ partial "js.html" .}}
</body>
</html>

+ 0
- 40
layouts/partials/faq.html View File

@ -1,40 +0,0 @@
<div id="fh5co-team" data-section="faq">
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading">
<h2>FAQ</h2>
<h3>Is it true the ceremony is standing room only?</h3>
<p>There will be limited seating, but it will also be a short one (~15minutes).</p></br>
<h3>What should I wear?</h3>
<p> <ul>The attire is black tie optional.</ul>
This means:</p>
<li>A long dress</li>
<li>A formal cocktail-length dress</li>
<li>A tuxedo or dressy suit</li></ul></p>
Kate loves Rent the Runway for formal events, use code $discount for a discount on your rental!
Need some ideas on formal, black tie optional? Check the <a href="http://www.cosmopolitan.com/uk/fashion/style/how-to/a35660/what-different-dress-codes-actually-mean-wedding-black-tie/">Cosmo guide for women</a> or the <a href="https://www.gq.com/story/what-to-wear-to-a-summer-wedding-dress-codes">GQ guide for men</a>.</p>
<h3>How do I get to Rochester?</h3>
<h4>Flying</h4>
<p>The hotel is a 15 minute drive from Rochester International Airport, which is served by all of the major airlines.</p>
<p>If you choose to fly, you probably don't need to rent a car as Uber and Lyft are all over Rochester, with a ride from the airport to the ceremony location costing under $20. The ceremony & reception are all conveniently located at a hotel, where you can stay with a 10% discount if you call and give our names. Everything we’re looking at for after parties is walking distance from the venue, so even if you choose to take a cab it will be a short trip and we’ve set up an event code with Lyft to give you $10 off each ride during the weekend!</p>
<h4>Driving</h4>
If you're driving to Rochester, The Inn on Broadway has complimentary valet parking available during the entire weekend.
<h3>I can't make it, sorry!?</h3>
<p>No worries! We realize life happens. Please let us know in advance.</p>
<h3>OTHER QUESTIONS?</h3>
<p>Feel free to contact us via...
Email: me@brett.is ; kzasada@gmail.com
Phone: +1 (860) 488 0854</p>
</div>
</div>
</div>

+ 0
- 12
layouts/partials/intro.html View File

@ -1,12 +0,0 @@
<div id="fh5co-team" data-section="intro">
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading">
<h2>Our Story</h2>
<p>Kate and Brett met while working together in New York City sometime in 2013. Credit goes to their mutual friends Susie (Brett’s PM) and Anthony (Kate’s designer) for convincing Brett to interview for a job and eventually join Kate & Anthony.</br>
<p>The rest was a rom-com worthy story of two people who everyone <i>else</i> knew would wind up together, but had to figure that out for themselves. A few months later, we finally realized what everyone else saw from the beginning-- now we invite you to celebrate our wedding!
</div>
</div>
</div>

+ 0
- 13
layouts/partials/nav.html View File

@ -1,13 +0,0 @@
<div class="js-sticky">
<div class="fh5co-main-nav">
<div class="container">
<div class="fh5co-menu-1">
<a href="#" data-nav-section="intro">Our Story</a>
<a href="#" data-nav-section="details">Details</a>
<a href="#" data-nav-section="things-to-do">Things to do in Rochester</a>
<a href="#" data-nav-section="registry">Registry</a>
<a href="#" data-nav-section="faq">FAQ</a>
</div>
</div>
</div>
</div>

+ 0
- 9
layouts/partials/registry.html View File

@ -1,9 +0,0 @@
<div id="fh5co-services" data-section="registry">
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading">
<h2>Registry</h2>
The gift of your presence as we celebrate our marriage is truly all that we ask for! If you want to get us something to warm our home, we’ve collected a few things that ship directly to us from a variety of stores in our <a href="https://www.zola.com/wedding/bkny/registry">Zola registry</a>.</br>
If you want a gift shipped to you to bring to us, we have a few items in a <a href="https://www.macys.com/wgl/registry/guest/6738469">Macys registry</a>.
</div>
</div>
</div>

+ 0
- 25
layouts/partials/schedule.html View File

@ -1,25 +0,0 @@
<div id="fh5co-team" data-section="details">
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading">
<h2>Ceremony & Reception</h2>
<h3>Welcome Drinks</h3>
Rohrbach Railroad Street Beer Hall  
97 Railroad St, Rochester, NY 14609
7-9pm
<h3>Ceremony & Reception</h3>
The Inn on Broadway
29 Broadway, Rochester NY
5pm
Attire: Black Tie Optional
Dinner and dancing to follow
<h3>Accomodaions</h3>
<h4><a href="http://www.innonbroadway.com">The Inn on Broadway</a></h4>
We have a room block reserved with a 10% discount on the room rates. To reserve a room, call the Inn at 877.612.3595 and mention the Zasada-Langdon wedding.
</br>
<h4><a href="http://www.airbnb.com/c/kzasada">AirBnB</a></h4>
There are many private accomodations available in Rochester through AirBnB which are reasonably priced and great for groups! We love the Park Aveneue area for the restaurants, East Avenue & Monroe Village are great as well.
</div>
</div>
</div>

+ 0
- 17
layouts/partials/things-to-do.html View File

@ -1,17 +0,0 @@
<div id="fh5co-services" data-section="things-to-do">
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading">
<h2>Things to do</h2>
<h3><a href="http://www.geneseebeer.com/brewhouse/">Genesee Brewhouse</a></h3>
<p>25 Cataract St.</br>
Rochester, NY, 14605</p>
<p>The Genesee Brewhouse is a historic beer packaging center that has been renovated to include a taproom, restaurant and rooftop bar! Go here to taste some local beers with a view of the Genesee River & High Falls.</p></br>
<h3><a href="https://eastman.org/">George Eastman House Museum</a></h3>
<p>900 East Ave</br>
Rochester, NY 14607</p>
<p>The George Eastman House is the former estate of Kodak founder George Eastman, whose historic grounds now house collections in the fields of photography, cinema, and photographic and cinematographic technology, and photographically illustrated books. The institution is also a longtime leader in film preservation and photographic conservation.</p>
</div>
</div>
</div>

+ 0
- 21
themes/icon/LICENSE.md View File

@ -1,21 +0,0 @@
MIT License
Copyright (c) 2017 Steve Lane
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

+ 0
- 32
themes/icon/README.md View File

@ -1,32 +0,0 @@
# Icon Theme
This theme is a Hugo port of the icon theme by [https://freehtml5.co/](https://freehtml5.co/icon-free-website-template-using-bootstrap/). It is a single-page, responsive theme, with sections for describing your business mission, services, a gallery, your team and a contact form.
![](images/screenshot.png)
## Installation
Follow the themes guide on the [Hugo website](https://gohugo.io/themes/installing-and-using-themes/). Briefly, within your Hugo folder:
```sh
$ cd themes
$ git clone https://github.com/SteveLane/hugo-icon.git
```
## Getting started
Copy `exampleSite/config.toml` into the root of your website folder, and edit it to your hearts content!
Add `theme = "hugo-icon"` to this config, or when serving, use `hugo server -t hugo-icon`.
## To Do
- add blogging capability
## Credits
Credit for this theme goes fully to [https://freehtml5.co/](https://freehtml5.co/), which is licensed under a [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/) license. If you use this Hugo port, please consider the terms of that license and make proper attribution to [https://freehtml5.co/](https://freehtml5.co/).
## Changelog
A changelog for the initial port by @SteveLane is [here](changelog.md); if you fork this theme and make changes, please list them.

+ 0
- 2
themes/icon/archetypes/default.md View File

@ -1,2 +0,0 @@
+++
+++

+ 0
- 12
themes/icon/changelog.md View File

@ -1,12 +0,0 @@
# Changelog
## 2017-14-11
- Contact links were fixed [https://github.com/SteveLane/hugo-icon/issues/3](https://github.com/SteveLane/hugo-icon/issues/3) (@MartinWillitts)
- Slight change to original main.js
- A linkedin option was added to configuration (@MartinWillitts)
## 2017-09-21
- Theme ported to Hugo with no changes made to styling/theming.
- Adjusted contact form to work with netlify

+ 0
- 214
themes/icon/exampleSite/config.toml View File

@ -1,214 +0,0 @@
# Main config file for icon theme.
theme = "hugo-icon"
baseURL = "https://www.example.com/"
languageCode = "en-AU"
title = "My Awesome Title"
# Metadata
[params]
author = "Your name"
description = "Cool description"
# Hero section (from here on is for icon theme)
[params.hero]
img = "images/hero_bg.jpg"
title = "Create awesome things for better web"
description = "Lovingly hand-crafted by the fine folks at [FreeHTML5.co](http://freehtml5.co/)"
# Navigation section
[params.nav]
mission = "Our Mission"
services = "Services"
team = "The Team"
contact = "Get In Touch"
# Include logo instead if HOME:
# logo = "path/to/logo"
# Mission section
[params.mission]
enable = true
[params.mission.images]
enable = true
[[params.mission.images.list]]
img = "images/img_3.jpg"
[[params.mission.images.list]]
img = "images/img_2.jpg"
[[params.mission.images.list]]
img = "images/img_1.jpg"
[[params.mission.images.list]]
img = "images/img_4.jpg"
[[params.mission.item]]
weight = 1
name = "marketing"
title = "Marketing"
subtitle = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione voluptate laborum sapiente officiis molestiaea."
description = "<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repudiandae aliquid aperiam eveniet officia molestiae temporibus beatae dolores dignissimos aspernatur eius doloremque ad, eaque pariatur, repellendus illum, nostrum velit necessitatibus molestias.</p><ul class='checked'><li>Web Development</li><li>User Interface Experts</li><li>Pixel Perfect Design</li></ul><p><a href='#' class='btn btn-primary btn-outline fh5co-content-nav' data-nav-section='contact'>Get In Touch</a></p>"
[[params.mission.item]]
weight = 2
name = "analysis"
title = "Resources"
subtitle = "Quam quasi illum expedita dicta nemo fugit reprehenderit similique! Corporis praesentium magnam sequi."
description = "<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nulla explicabo, molestiae eaque fugiat dolores est esse, doloremque placeat assumenda corrupti officia dolorum. Sunt saepe ut, explicabo consectetur, nostrum illo est.</p><ul class='checked'><li>Free HTML5 Templates</li><li>Free Bootstrap Templates</li><li>Free HTML5 Bootstrap Templates</li></ul><p><a href='#' class='btn btn-primary btn-outline fh5co-content-nav' data-nav-section='contact'>Get In Touch</a></p>"
[[params.mission.item]]
weight = 3
name = "strategy"
title = "Strategy"
subtitle = "Magnam iste obcaecati illo laboriosam amet. Dignissimos sed quis voluptatum corporis adipisci amet."
description = "<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Distinctio dolore illum expedita placeat debitis, dignissimos obcaecati et modi. Possimus id dicta consequuntur veritatis, reiciendis at expedita voluptate sint distinctio eligendi!</p><ul class='checked'><li>Web Development</li><li>User Interface Experts</li><li>Pixel Perfect Design</li></ul><p><a href='#' class='btn btn-primary btn-outline fh5co-content-nav' data-nav-section='contact'>Get In Touch</a></p>"
# Services section
[params.services]
enable = true
video = true
vidlink = "https://vimeo.com/channels/staffpicks/93951774"
title = "Our Services"
description = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
[[params.services.item]]
icon = "icon-present"
title = "Web Development"
description = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
[[params.services.item]]
icon = "icon-eye"
title = "Retina Ready"
description = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
[[params.services.item]]
icon = "icon-paper-plane"
title = "Light Speed"
description = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
[[params.services.item]]
icon = "icon-pencil"
title = "Copyrighting"
description = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
[[params.services.item]]
icon = "icon-rocket"
title = "Load Fast"
description = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
[[params.services.item]]
icon = "icon-support"
title = "Customer Support"
description = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
# Work section
[params.work]
enable = true
[[params.work.item]]
title = "Consectetur adipisicing"
subtitle = "Web Design"
img = "images/img_1.jpg"
[[params.work.item]]
title = "Consectetur adipisicing"
subtitle = "Web Design"
img = "images/img_2.jpg"
[[params.work.item]]
title = "Consectetur adipisicing"
subtitle = "Web Design"
img = "images/img_3.jpg"
[[params.work.item]]
title = "Consectetur adipisicing"
subtitle = "Web Design"
img = "images/img_2.jpg"
[[params.work.item]]
title = "Consectetur adipisicing"
subtitle = "Web Design"
img = "images/img_3.jpg"
[[params.work.item]]
title = "Consectetur adipisicing"
subtitle = "Web Design"
img = "images/img_2.jpg"
[[params.work.item]]
title = "Consectetur adipisicing"
subtitle = "Web Design"
img = "images/img_3.jpg"
[[params.work.item]]
title = "Consectetur adipisicing"
subtitle = "Web Design"
img = "images/img_4.jpg"
# Team section
[params.team]
enable = true
title = "Meet The Team"
description = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
[[params.team.item]]
name = "Jean Doe"
position = "Chief legend"
description = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
img = "images/person1.jpg"
facebook = "#"
twitter = "#"
dribbble = "#"
instagram = "#"
github = "#"
linkedin = "#"
[[params.team.item]]
name = "Alice Doe"
position = "Chief overlord"
description = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
img = "images/person2.jpg"
facebook = "#"
twitter = "#"
dribbble = "#"
instagram = "#"
github = "#"
[[params.team.item]]
name = "John Doe"
position = "Chief haranguer"
description = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
img = "images/person3.jpg"
facebook = "#"
twitter = "#"
dribbble = "#"
instagram = "#"
github = "#"
# [[params.team.item]]
# name = "Jason Doe"
# position = "Chief haranguer"
# description = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
# img = "images/person3.jpg"
# facebook = "#"
# twitter = "#"
# dribbble = "#"
# instagram = "#"
# github = "#"
# Contact section
[params.contact]
enable = true
title = "Get In Touch"
message = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
# Footer section
# Note here that the copyright and attribution statement must remain as part of the license agreement. If you wish to remove this, please contact freehtml5 and pay for a professional license.
[params.footer]
enable = true
note = "<p><small>&copy; 2016 Free HTML5 Template. All Rights Reserved. <br> Designed by <a href='http://freehtml5.co/' target='_blank'>FreeHTML5.co</a> Demo Images: <a href='http://pexels.com/' target='_blank'>Pexels</a><br>Hugo port by <a href='https://github.com/SteveLane/' target='_blank'>SteveLane</a></small></p>"
github = "#"
twitter = "#"
facebook = "#"
vine = "#"
linkedin = "#"
instagram = "#"

+ 0
- 0
themes/icon/exampleSite/content/.keep View File


+ 0
- 0
themes/icon/exampleSite/static/.keep View File


BIN
themes/icon/images/screenshot.png View File

Before After
Width: 1500  |  Height: 1000  |  Size: 214 KiB

BIN
themes/icon/images/tn.png View File

Before After
Width: 900  |  Height: 600  |  Size: 121 KiB

+ 0
- 0
themes/icon/layouts/404.html View File


+ 0
- 0
themes/icon/layouts/_default/list.html View File


+ 0
- 0
themes/icon/layouts/_default/single.html View File


+ 0
- 51
themes/icon/layouts/index.html View File

@ -1,51 +0,0 @@
<!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 "header.html" . }}
</head>
<body>
<!-- Loader -->
<div class="fh5co-loader"></div>
<div class="fh5co-page">
<div id="fh5co-container">
{{ partial "hero.html" . }}
{{ partial "nav.html" . }}
{{ if .Site.Params.mission.enable }}
{{ partial "mission.html" . }}
{{ end }}
{{ if .Site.Params.services.enable }}
{{ partial "services.html" .}}
{{ end }}
{{ if .Site.Params.work.enable }}
{{ partial "gallery.html" .}}
{{ end }}
{{ if .Site.Params.team.enable }}
{{ partial "team.html" .}}
{{ end }}
{{ if .Site.Params.contact.enable }}
{{ partial "contact-form.html" .}}
{{ end }}
{{ if .Site.Params.footer.enable }}
{{ partial "footer.html" .}}
{{ end }}
</div>
</div>
{{ partial "js.html" .}}
</body>
</html>

+ 0
- 42
themes/icon/layouts/partials/contact-form.html View File

@ -1,42 +0,0 @@
<div id="fh5co-contact" data-section="contact">
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading">
{{ with .Site.Params.contact }}
<h2>{{ .title }}</h2>
<p>{{ .message | markdownify }}</p>
{{ end }}
</div>
<form name="contact-form" netlify-honeypot="_gotcha" action="thank-you" netlify>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<!-- <label for="inputName">First name</label> -->
<input type="text" class="form-control" id="inputName" placeholder="Your first name">
<!-- <label for="inputLastName">Last name</label> -->
<input type="text" class="form-control" id="inputLastName" placeholder="Your last name">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="email" class="form-control" id="inputEmail" placeholder="Your email" name="_replyto">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<textarea class="form-control" id="inputBody" cols="30" rows="7" placeholder="Please enter a message." name="message"></textarea>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input type="hidden" name="_subject" value="New website query">
<input type="text" name="_gotcha" style="display:none">
<button type="submit" class="btn btn-primary btn-outline" value="Send">Submit</button>
<!-- <input type="submit" name="submit" value="Send message" class="btn btn-primary btn-outline"> -->
</div>
</div>
</div>
</form>
</div>
</div>

+ 0
- 33
themes/icon/layouts/partials/footer.html View File

@ -1,33 +0,0 @@
<div id="fh5co-footer">
<div class="container">
<div class="row">
{{ with .Site.Params.footer }}
<div class="col-md-6">
{{ .note | markdownify }}
</div>
<div class="col-md-6">
<ul class="fh5co-social">
{{ if isset . "github" }}
<li><a href="{{ .github }}"><i class="icon-github"></i></a></li>
{{ end }}
{{ if isset . "twitter" }}
<li><a href="{{ .twitter }}"><i class="icon-twitter"></i></a></li>
{{ end }}
{{ if isset . "facebook" }}
<li><a href="{{ .facebook }}"><i class="icon-facebook"></i></a></li>
{{ end }}
{{ if isset . "vine" }}
<li><a href="{{ .vine }}"><i class="icon-vine"></i></a></li>
{{ end }}
{{ if isset . "linkedin" }}
<li><a href="{{ .linkedin }}"><i class="icon-linkedin"></i></a></li>
{{ end }}
{{ if isset . "instagram" }}
<li><a href="{{ .instagram }}"><i class="icon-instagram"></i></a></li>
{{ end }}
</ul>
</div>
{{ end }}
</div>
</div>
</div>

+ 0
- 15
themes/icon/layouts/partials/gallery.html View File

@ -1,15 +0,0 @@
<div id="fh5co-gallery">
{{ range .Site.Params.work.item }}
<a href="{{ .img | absURL }}" class="fh5co-item image-popup" style="background-image: url({{ .img | absURL }})">
<div class="fh5co-overlay"></div>
<div class="fh5co-copy">
<div class="fh5co-copy-inner">
<h2>{{ .title }}</h2>
{{ if isset . "subtitle" }}
<h3>{{ .subtitle }}</h3>
{{ end }}
</div>
</div>
</a>
{{ end }}
</div> <!-- END fh5co-gallery -->

+ 0
- 48
themes/icon/layouts/partials/header.html View File

@ -1,48 +0,0 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> {{ .Site.Title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <meta name="description" content="Free HTML5 Template by FREEHTML5.CO - Hugo port by interadata" />
<meta name="keywords" content="free html5, free template, free bootstrap, html5, css3, mobile first, responsive, hugo, static site" />
<meta name="author" content="FREEHTML5.CO / Hugo port " />
-->
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ with .Site.LanguageCode }}<meta http-equiv="content-language" content="{{ . }}" />{{ end }}
<!-- FREE HTML5 TEMPLATE -->
<!-- DESIGNED & DEVELOPED by FREEHTML5.CO -->
<!-- Website: http://freehtml5.co/ -->
<!-- Email: info@freehtml5.co -->
<!-- Twitter: http://twitter.com/fh5co -->
<!-- Facebook: https://www.facebook.com/fh5co -->
<!-- HUGO TEMPLATE PORTED BY SteveLane-->
<!-- Website: https://interadata.io/ -->
<!-- Facebook and Twitter integration -->
{{ if not .Site.Params.OpenGraph.hide }}
<meta name="og:site_name" content="{{ .Site.Title }}">
<meta name="og:title" content="{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }}{{ end }}">
<meta name="og:url" content="{{ .Permalink }}">
<meta name="twitter:title" content="{{ .Site.Title }}" />
<meta name="twitter:url" content="{{ .Permalink }}" />
<meta name="twitter:card" content="" />
{{ end }}
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- <link rel="shortcut icon" href="favicon.ico"> -->
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">

+ 0
- 12
themes/icon/layouts/partials/hero.html View File

@ -1,12 +0,0 @@
<div id="fh5co-home" class="js-fullheight-home" data-section="home" style="background-image: url({{ with .Site.Params.hero.img }}{{ . | absURL }}{{ end }});" data-stellar-background-ratio="0.5">
<div class="container">
<div class="col-md-6">
<div class="js-fullheight-home fh5co-copy">
<div class="js-fullheight-home fh5co-copy-inner">
<h1>{{ with .Site.Params.hero.title }}{{ . | markdownify }}{{ end }}</h1>
<h2>{{ with .Site.Params.hero.description }}{{ . | markdownify }}{{ end }}</h2>
</div>
</div>
</div>
</div>
</div>

+ 0
- 18
themes/icon/layouts/partials/js.html View File

@ -1,18 +0,0 @@
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="icon-arrow-up"></i></a>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>

+ 0
- 43
themes/icon/layouts/partials/mission.html View File

@ -1,43 +0,0 @@
<div id="fh5co-about" data-section="mission">
<div class="fh5co-2col">
<div class="fh5co-2col-inner left">
<div class="fh5co-tabs-container">
<ul class="fh5co-tabs fh5co-three">
{{ range .Site.Params.mission.item }}
{{ if eq .weight 1}}<li class="active">{{ else }}<li>{{ end }}
<a href="#" data-tab={{ .name }}>{{ .title }}</a>
</li>
{{ end }}
</ul>
{{ range .Site.Params.mission.item }}
{{ if eq .weight 1}}
<div class="fh5co-tab-content active" data-tab-content={{ .name }}>
{{ else }}
<div class="fh5co-tab-content" data-tab-content={{ .name }}>
{{ end }}
<h2>{{ .subtitle }}</h2>
{{ .description | markdownify }}
</div>
{{ end }}
</div>
</div>
</div>
<div class="fh5co-2col fh5co-text">
<div class="fh5co-grid">
{{ if .Site.Params.mission.images.enable }}
{{ range .Site.Params.mission.images.list }}
<div class="fh5co-grid-item" style="background-image: url({{ with .img }}{{ . | absURL }}{{ end }});"></div>
{{ end }}
{{ end }}
</div>
</div>
</div> <!-- END fh5co-about -->

+ 0
- 27
themes/icon/layouts/partials/nav.html View File

@ -1,27 +0,0 @@
<div class="js-sticky">
<div class="fh5co-main-nav">
<div class="container">
<div class="fh5co-menu-1">
<a href="#" data-nav-section="home">{{ with .Site.Params.nav }}{{ if isset . "logo" }}<img src={{ .logo | absURL }} height="20" alt="">{{ end }}{{ if (not (isset . "logo")) }}Home{{ end }}{{ end }}</a>
{{ if .Site.Params.mission.enable }}
<a href="#" data-nav-section="mission">{{ with .Site.Params.nav.mission }}{{ . | markdownify }}{{ end }}</a>
{{ end }}
{{ if .Site.Params.services.enable }}
<a href="#" data-nav-section="services">{{ with .Site.Params.nav.services }}{{ . | markdownify }}{{ end }}</a>
{{ end }}
{{ if .Site.Params.team.enable }}
<a href="#" data-nav-section="team">{{ with .Site.Params.nav.team }}{{ . | markdownify }}{{ end }}</a>
{{ end }}
{{ if .Site.Params.contact.enable }}
<a href="#" data-nav-section="contact">{{ with .Site.Params.nav.contact }}{{ . | markdownify }}{{ end }}</a>
{{ end }}
</div>
</div>
</div>
</div>

+ 0
- 28
themes/icon/layouts/partials/services.html View File

@ -1,28 +0,0 @@
<div id="fh5co-services" data-section="services">
{{ with .Site.Params.services }}
{{ if .video }}
<div class="fh5co-video"><a href="{{ with .vidlink }}{{ . }}{{ end }}" class="popup-vimeo"><i class="icon-play2"></i></a> <span>Watch video</span></div>
{{ end }}
<div class="container">
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading">
<h2>{{ .title }}</h2>
<p>{{ .description | markdownify }}</p>
</div>
{{ range .item }}
<div class="col-md-4">
<div class="service">
<div class="icon"><i class={{ .icon }}></i></div>
<h3>{{ .title }}</h3>
<p>{{ .description | markdownify }}</p>
</div>
</div>
{{ end }}
<div class="col-md-12 text-center">
<p><a href="#" class="btn btn-primary btn-outline fh5co-content-nav" data-nav-section="contact">Get In Touch</a></p>
</div>
</div>
{{ end }}
</div> <!-- END fh5co-services -->

+ 0
- 40
themes/icon/layouts/partials/team.html View File

@ -1,40 +0,0 @@
<div id="fh5co-team" data-section="team">
<div class="container">
{{ with .Site.Params.team }}
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading">
<h2>{{ .title }}</h2>
<p>{{ .description | markdownify }}</p>
</div>
{{ range .item }}
<div class="col-md-4">
<div class="person">
<img src="{{ .img | absURL }}" alt="" class="img-responsive">
<h3>{{ .name }}</h3>
<h4>{{ .position }}</h4>
<p>{{ .description | markdownify }}</p>
<ul class="social">
{{ if isset . "facebook" }}
<li><a href="{{ .facebook }}"><i class="icon-facebook"></i></a></li>
{{ end }}
{{ if isset . "twitter" }}
<li><a href="{{ .twitter }}"><i class="icon-twitter"></i></a></li>
{{ end }}
{{ if isset . "dribbble" }}
<li><a href="{{ .dribble }}"><i class="icon-dribbble"></i></a></li>
{{ end }}
{{ if isset . "instagram" }}
<li><a href="{{ .instagram }}"><i class="icon-instagram"></i></a></li>
{{ end }}
{{ if isset . "github" }}
<li><a href="{{ .github }}"><i class="icon-github"></i></a></li>
{{ end }}
{{ if isset . "linkedin" }}
<li><a href="{{ .linkedin }}"><i class="icon-linkedin"></i></a></li>
{{ end }}
</ul>
</div>
</div>
{{ end }}
{{ end }}
</div>
</div> <!-- END fh5co-team -->

+ 0
- 18
themes/icon/theme.toml View File

@ -1,18 +0,0 @@
name = "Hugo Icon"
license = "MIT"
licenselink = "https://github.com/SteveLane/hugo-icon/blob/master/LICENSE.md"
description = "This is the Icon theme; ported to Hugo by Steve Lane"
homepage = "https://github.com/SteveLane/hugo-icon/"
tags = ["icon", "responsive", "single page", "hero", "personal", "company", "agency"]
features = ["mission", "services", "gallery", "team"]
min_version = "0.25.1"
[author]
name = "Steve Lane"
homepage = "https://stevelane.github.io/"
# If porting an existing theme
[original]
author = "freehtml5"
name = "icon"
homepage = "https://freehtml5.co/icon-free-website-template-using-bootstrap/"

Loading…
Cancel
Save