summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/pages/get-started/index.html')
-rw-r--r--python/templates/pages/get-started/index.html100
1 files changed, 100 insertions, 0 deletions
diff --git a/python/templates/pages/get-started/index.html b/python/templates/pages/get-started/index.html
new file mode 100644
index 0000000..2cd4479
--- /dev/null
+++ b/python/templates/pages/get-started/index.html
@@ -0,0 +1,100 @@
+---
+nav1: get-started
+nav1-show: true
+nav1-weight: 5
+
+title: 'Getting Started with Gentoo Linux'
+navtitle: 'Get Started'
+---
+
+<p class="lead">
+ Installing Gentoo works a bit differently than other Linux distributions.
+ <br>
+ But don't worry, we got you covered every step of the way.
+</p>
+
+{% include {{ STATIC_URL }}/html/includes/hero-section/start class="get-started-livecd" %}
+<div class="row">
+ <div class="col-md-2 get-started-icon"><span class="fa fa-fw fa-power-off fa-5x"></span></div>
+ <div class="col-md-10">
+ <h2 class="stick-top">Step 1: Boot a Live Environment</h2>
+ <p>We offer a variety of Live Environments that allow you to perform the installation.</p>
+
+ <p>Choose between a lean console-only environment, a fully featured LiveDVD, or try the Gentoo-based SystemRescueCD which offers a mixture of both.</p>
+ </div>
+</div>
+{% include {{ STATIC_URL }}/html/includes/hero-section/end %}
+
+{% include {{ STATIC_URL }}/html/includes/hero-section/start class="get-started-handbook" %}
+<div class="row">
+ <div class="col-md-2 get-started-icon"><span class="fa fa-fw fa-book fa-5x"></span></div>
+ <div class="col-md-10">
+ <h2 class="stick-top">Step 2: Follow the Installation Instructions</h2>
+ <p>Gentoo provides you with detailed documentation that guides you through the installation process.</p>
+
+ <p>There is no installation program&mdash;you're the installer. That way, you can apply all the customizations you desire.</p>
+ </div>
+</div>
+{% include {{ STATIC_URL }}/html/includes/hero-section/end %}
+
+{% include {{ STATIC_URL }}/html/includes/hero-section/start class="get-started-go" %}
+<div class="row">
+ <div class="col-md-2 get-started-icon"><span class="fa fa-fw fa-rocket fa-5x"></span></div>
+ <div class="col-md-7">
+ <h2 class="stick-top">Ready to go?</h2>
+ <p>These steps are all described in the <strong>Gentoo Handbook.</strong></p>
+
+ <p>Should you have any questions regarding Gentoo, or the installation process, we're here for you!</p>
+ </div>
+ <div class="col-md-3">
+ <h2 class="stick-top">&nbsp;</h2>
+ <p>
+ <a href="https://wiki.gentoo.org/wiki/Handbook:Main_Page" type="button" class="btn btn-default btn-lg btn-block"><i class="fa fa-fw fa-book"></i> Gentoo Handbook</a>
+ <a href="/support/" type="button" class="btn btn-default btn-lg btn-block"><i class="fa fa-fw fa-life-buoy"></i> Get Support</a>
+ </p>
+ </div>
+</div>
+{% include{{ STATIC_URL }}/html/includes/hero-section/end %}
+
+<h2>After the Installation…</h2>
+<div class="row">
+ <div class="col-xs-12 col-md-3">
+ <h3><i class="fa fa-fw fa-comments-o"></i> Communicate</h3>
+ <p>
+ Meet the community on our Forums, mailing lists, and on IRC.
+ </p>
+ </div>
+ <div class="col-xs-12 col-md-3">
+ <h3><i class="fa fa-fw fa-cogs"></i> Contribute</h3>
+ <p>
+ There's always things to engineer, build, fix, and document.
+ You're invited to help shape Gentoo.
+ </p>
+ </div>
+ <div class="col-xs-12 col-md-3">
+ <h3><i class="fa fa-fw fa-heart"></i> Donate</h3>
+ <p>
+ Your support is vital to keep us running.
+ Even little amounts help keep servers running.
+ </p>
+ </div>
+ <div class="col-xs-12 col-md-3">
+ <h3><i class="fa fa-fw fa-bullhorn"></i> Spread the Word</h3>
+ <p>
+ Happy with the system you built? Tell the world about it.
+ </p>
+ </div>
+</div>
+<div class="row">
+ <div class="col-xs-12 col-md-3">
+ <a href="/get-involved/" class="btn btn-primary btn-block">Get Involved</a>
+ </div>
+ <div class="col-xs-12 col-md-3">
+ <a href="/get-involved/contribute/" type="button" class="btn btn-primary btn-block">What can I do?</a>
+ </div>
+ <div class="col-xs-12 col-md-3">
+ <a href="/donate/" class="btn btn-primary btn-block">Help cover costs</a>
+ </div>
+ <div class="col-xs-12 col-md-3">
+ </div>
+</div> \ No newline at end of file