69 lines
3.1 KiB
Cheetah
69 lines
3.1 KiB
Cheetah
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
|
|
<!-- TEMPLATE_FILE: openstack-manuals/www/{{TEMPLATE_FILE}} -->
|
|
<!-- SCRIPTDIR: {{SCRIPTDIR}} -->
|
|
<!-- CSSDIR: {{CSSDIR}}-->
|
|
<meta name="google-site-verification" content="Ip5yk0nd8yQHEo8I7SjzVfAiadlHvTvqQHLGwn1GFyU" />
|
|
{% block header %}{% endblock %}
|
|
<title>OpenStack Docs: {% block pagetitle %}{% endblock %}</title>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
{% include 'templates/css.tmpl' %}
|
|
{% include 'templates/google_analytics.tmpl' %}
|
|
</head>
|
|
<body>
|
|
{% include 'templates/header.tmpl' %}
|
|
<div class="top-docs-wrapper">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-md-8 col-sm-8">
|
|
<h1>Welcome to OpenStack Documentation</h1>
|
|
<p>
|
|
<strong>What is OpenStack?</strong> OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter, all managed through a dashboard that gives administrators control while empowering their users to provision resources through a web interface.
|
|
</p>
|
|
<hr>
|
|
<h3>What are the next steps?</h3>
|
|
<div class="clearfix">
|
|
<a href="#docs-main-body" class="overview-btn docs-btn">View The Docs <i class="fa fa-arrow-circle-o-down"></i></a>
|
|
<a href="https://www.openstack.org/software/start/" class="overview-btn docs-btn">Get OpenStack <i class="fa fa-arrow-circle-o-right"></i></a>
|
|
<a href="https://www.openstack.org/marketplace/training" class="overview-btn docs-btn">Get Training <i class="fa fa-arrow-circle-o-right"></i></a>
|
|
</div>
|
|
{% include 'templates/os_search.tmpl' %}
|
|
</div>
|
|
<div class="col-lg-4 col-md-4 col-sm-4 superuser-wrapper">
|
|
<div id="superuser-img"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="mid-docs-wrapper" id="docs-main-body">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-md-8 col-sm-8">
|
|
<h2>Documentation for {{SERIES_TITLE}} ({{SERIES_INFO.date}})</h2>
|
|
{% include "templates/series_status.tmpl" %}
|
|
</div>
|
|
{% include 'templates/dropdown_languages.tmpl' %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Begin Page Content -->
|
|
{% block content %}{% endblock %}
|
|
<!-- End Page Content -->
|
|
<div class="container">
|
|
<div class="row docs-contribute-wrapper">
|
|
<div class="col-lg-12">
|
|
<p>Documentation treated like code, powered by the community - interested?</p>
|
|
<a href="/doc-contrib-guide/index.html" class="overview-btn contribute-btn">How To Contribute <i class="fa fa-chevron-right"></i></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% include 'templates/deprecated_badge.tmpl' %}
|
|
{% include 'templates/footer.tmpl' %}
|
|
{% include 'templates/script_footer.tmpl' %}
|
|
</body>
|
|
</html>
|