-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Create modifier class 'no-full-stop' to be applied to 'p-steppe…
…d-list' and it's variants
- Loading branch information
1 parent
a2b7763
commit 7b4c325
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
templates/docs/examples/patterns/lists/lists-stepped-no-full-stop.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{% extends "_layouts/examples.html" %} | ||
{% block title %}Lists / Stepped{% endblock %} | ||
|
||
{% block standalone_css %}patterns_lists{% endblock %} | ||
|
||
{% block content %} | ||
<ol class="p-stepped-list no-full-stop"> | ||
<li class="p-stepped-list__item"> | ||
<h2 class="p-stepped-list__title"> | ||
Log in to JAAS | ||
</h2> | ||
<p class="p-stepped-list__content">Ensure you have an Ubuntu SSO account before contacting JAAS. Log in to JAAS now.</p> | ||
</li> | ||
|
||
<li class="p-stepped-list__item"> | ||
<h2 class="p-stepped-list__title"> | ||
Configure a model | ||
</h2> | ||
<p class="p-stepped-list__content">Applications are contained within models and are installed via charms. Configure your model by pressing the "Start a new model" button.</p> | ||
</li> | ||
|
||
<li class="p-stepped-list__item"> | ||
<h2 class="p-stepped-list__title"> | ||
Credentials and SSH keys | ||
</h2> | ||
<p class="p-stepped-list__content">After having selected a cloud, a form will appear for submitting your credentials to JAAS. The below resources are available if you need help with gathering credentials.</p> | ||
</li> | ||
|
||
<li class="p-stepped-list__item"> | ||
<h2 class="p-stepped-list__title"> | ||
Design and <strong>build</strong> | ||
</h2> | ||
<p class="p-stepped-list__content">Together, we design your Kubernetes cluster based on your hardware, scale, roadmap, applications and monitoring system. We'll guide you through the hardware specification process to maximise the efficiency of your CAPEX, and we'll tailor the architecture of your cloud to meet your application, security, regulatory and integration requirements.</p> | ||
</li> | ||
</ol> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters