on a super computer, extremely robust and connected to the Internet 24/7 : a server
static website
(aka "site vitrine")
+ browser
Use the GitHub Pages server
to freely host static web pages
(check out our tutorial)
Register on GitHub
Install the GitHub Desktop app on your laptop and open it
Drag & drop your website folder to the GitHub Desktop app
Create a new repo
Commit your changes ("initial commit") to Master
Create a new branch called gh-pages
Publish & synchronize
Follow our tutorial !
Install Google Analytics
to follow what's going on there in real time
Check out our tutorial
Determine where your best visitors are located
Learn what people are searching for on your site
Visualize what people click on the most
Uncover your top & worst performing content
Determine where people abandon & your bounce rate
Determine your mobile traffic
MailChimp
(to collect user inputs & manage contacts)
MailChimp
(to collect user inputs & manage contacts)
MailChimp
(to collect user inputs & manage contacts)
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://8thcolor.us4.list-manage.com/subscribe/post?u=506ea88e9f457f1a4960a3310&id=868a950c07" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
...
</form>
</div>
Snippet of code to copy & paste from MailChimp
onto your HTML file, to call & consume the MailChimp API
A form...
MailChimp
(to collect user inputs & manage contacts)
<h2>Subscribe to our mailing list</h2>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
Snippet of code to copy & paste from MailChimp
onto your HTML file, to call & consume the MailChimp API
with minimal fields...
MailChimp
(to collect user inputs & manage contacts)
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
Snippet of code to copy & paste from MailChimp
onto your HTML file, to call & consume the MailChimp API
error messages...
MailChimp
(to collect user inputs & manage contacts)
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;">
<input type="text" name="b_506ea88e9f457f1a4960a3310_868a950c07" tabindex="-1" value="">
</div>
Snippet of code to copy & paste from MailChimp
onto your HTML file, to call & consume the MailChimp API
bot signup protection...
MailChimp
(to collect user inputs & manage contacts)
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
Snippet of code to copy & paste from MailChimp
onto your HTML file, to call & consume the MailChimp API
and the action.
(to monitor your website)
Determine where your best visitors are located
Learn what people are searching for on your site
Visualize what people click on the most
Uncover your top & worst performing content
Determine where people abandon & your bounce rate
Determine your mobile traffic