Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/_css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ article {

/* -----------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////
BREAKPOINT 1
BREAKPOINTS
////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------- */

Expand All @@ -201,7 +201,7 @@ BREAKPOINT 1
text-align: center;
}

#how-nbs-helps > div {
#how-nbs-helps > section {
display: inline-block;
font-size: large;
margin: auto 0.5rem;
Expand Down Expand Up @@ -236,7 +236,7 @@ BREAKPOINT 1

/* 800px @ 16px */
@media all and (min-width: 50rem) {
#how-nbs-helps > div {
#how-nbs-helps > section {
margin: auto 0.5rem;
width: 29vw;
}
Expand Down
34 changes: 16 additions & 18 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
</script>

<title>
Website Design, Support and Training | Network Based Solutions, LLC
Support, App & Web Design and Training | Network Based Solutions, LLC
</title>

<meta name="version" content="{version}" />

<meta
name="description"
content="Network Based Solutions specializes in website design, support and training. NBS is your technical lifesaver. #NBShelps"
content="Network Based Solutions specializes in mobile / laptop / desktop support, app / website design, and software training. NBS is your technology lifesaver. #NBShelps"
/>

<meta charset="UTF-8">
Expand Down Expand Up @@ -85,33 +85,31 @@
Here's how #<span class="company-acronym">NBS</span>helps:
</header>

<!-- todo: change the DIVs to SECTIONs -->

<div>
<h1>Website Design</h1>
<section>
<h1>Support</h1>
<p>
Our passion is website design. Allow us to create something beautiful and fun for you.
<span class="company-acronym">NBS</span> promises to keep you afloat.
<span class="company-acronym">NBS</span> has an ocean of solutions to put out your toughest software fires.
Hardware, software, and even phone issues, we've got your back.
</p>
</div>
</section>

<div>
<h1>Support</h1>
<section>
<h1>App & Web Design</h1>
<p>
<span class="company-acronym">NBS</span> has an ocean of solutions to put out your toughest software fires.
Hardware, software, website, and even phone issues, we've got your back.
Allow us to create something beautiful and fun for you.
<span class="company-acronym">NBS</span> promises to keep you afloat.
</p>
</div>
</section>

<div>
<section>
<h1>Training</h1>
<p>
Software can be scary. <span class="company-acronym">NBS</span> will swim with you. We provide hands-on
training and online tutorials.
training, step by step guides and tutorials.
</p>
</div>
</section>

<div>&nbsp;</div>
<section>&nbsp;</section>
</article>
</main>
</body>
Expand Down