Added page for non-iOS/macOS app graphic design

This commit is contained in:
NinjaCheetah 2022-10-18 22:14:30 -04:00
parent eba65f3009
commit cc7dd93008
No known key found for this signature in database
GPG Key ID: 6EC6DD38B449B426
4 changed files with 52 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<a class="nav-link" href="/aboutme">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/products/icons/">Products</a>
<a class="nav-link" href="/products/">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/blog">Blog</a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

11
products/index.html Normal file
View File

@ -0,0 +1,11 @@
---
title: Products
layout: default
---
<div class="text-center container pt-3">
<h1>This page is a work in progress.</h1>
<h3 style="font-weight: normal">Please select a product.</h3>
<h4><a href="/products/icons/">iOS/macOS Icons</a></h4>
<h4><a href="/products/logos/">General Graphic Design</a></h4>
</div>

40
products/logos/index.html Normal file
View File

@ -0,0 +1,40 @@
---
title: Logos
layout: default
---
<style>
h1, h2, h3, p {
font-weight: normal;
text-align: center;
}
</style>
<section class="py-5 text-center container">
<div class="row py-lg-5">
<div class="col-lg-6 col-md-8 mx-auto">
<h1 class="fw-light">General Graphic Design</h1>
<p class="lead text-muted">I don't just make iOS and macOS app icons! You can see all of the other graphic design work I've done here.</p>
<p>
<a href="#examples" class="btn btn-primary my-2">See examples</a>
<a href="#pricing" class="btn btn-secondary my-2">See Pricing</a>
</p>
</div>
</div>
</section>
<h2 class="fw-light" id="examples">Examples</h2>
<div class="container pb-5">
<div class="row">
<div class="col-sm-4">
<div class="card">
<img src="/assets/logos/ianservericon.png" class="card-img-top" alt="The logo.">
<div class="card-body">
<h5 class="card-title">ɹǝʌɹǝS sɹǝuuᴉʞSuɐI ɟlɐɥ Icon</h5>
<h6 class="card-subtitle mb-2 text-muted">Discord Server Icon</h6>
<p class="card-text">A Discord server icon made for my friend and I's server.</p>
<a href="/assets/logos/ianservericon.png" class="btn btn-primary">Open Original</a>
</div>
</div>
</div>
</div>
</div>