update content and other css
This commit is contained in:
parent
f91865a769
commit
7c1352fa85
8 changed files with 26 additions and 7 deletions
|
@ -14,7 +14,8 @@
|
|||
}
|
||||
&__title {
|
||||
font-size: 1.5em;
|
||||
margin: 0.5em 0;
|
||||
font-weight: 700;
|
||||
margin: 1.5em 0 0.5em;
|
||||
}
|
||||
&__summary {
|
||||
margin-bottom: 0.5em;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.page-title {font-size: 2.5em;}
|
||||
.page-title {font-size: 2.5em; font-weight: 700}
|
||||
.page {
|
||||
font-size: 1em;
|
||||
@media (min-width: 600px) {font-size: 1.25em;}
|
||||
|
@ -31,6 +31,7 @@
|
|||
line-height: 1.2;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 2rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
p {
|
||||
line-height: 1.4;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
#introduction .blurb {
|
||||
font-size: 2.49em;
|
||||
font-weight: 700;
|
||||
line-height: 1.2;
|
||||
}
|
||||
#contact {
|
||||
.section-heading {font-weight: 700;}
|
||||
p {line-height: 1.4; max-width: 65ch;}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
summary: "Abdullah Tarawneh is an information architect, designer, developer, photographer, and all-around creative, especially for the web. "
|
||||
summary: "Abdullah Tarawneh is an information architect, designer, developer, photographer, and all-around creative, especially for the web."
|
||||
tags: ["abdullah", "tarawneh", "birmingham", "hoover", "alabama", "design", "designer", "web", "developer", "consultant", "creative", "freelance", "freelancer", "photography", "photographer"]
|
||||
---
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Mo Tarawneh (motarawneh.org)
|
||||
title: Mo Tarawneh
|
||||
summary: A personal website for Mo Tarawneh, inaugural chairperson of the UN CRPD and twice-elected member.
|
||||
author: "Abdullah Tarawneh"
|
||||
date: "2020-03-17"
|
||||
|
|
|
@ -6,4 +6,11 @@ date: "2021-05-16"
|
|||
tags: ["technical writing", "senior role", "customer support", "product knowledge", "knowledge base", "curator", "curation"]
|
||||
category: "Work"
|
||||
cover: "/images/trilogy.png"
|
||||
---
|
||||
---
|
||||
|
||||
## Responsibilities
|
||||
|
||||
- Quickly and rapidly learning new products with limited information.
|
||||
- Reading customer support tickets to document the problems and solutions faced by actual customers.
|
||||
- Writing solution KB articles based on each problem-solution pair.
|
||||
- Writing troubleshooting KB articles based on troubleshooting steps within tickets that have the same symptoms but multiple different solutions.
|
|
@ -1,5 +1,10 @@
|
|||
{{ define "main" }}
|
||||
<main>
|
||||
<header class="section" id="introduction">
|
||||
<div class="container">
|
||||
<h1 class="blurb">pay me to solve your problems.</h1>
|
||||
</div>
|
||||
</header>
|
||||
<section class="section" id="about">
|
||||
<div class="container">
|
||||
<h2 class="section-heading">what i've done:</h2>
|
||||
|
@ -35,7 +40,7 @@
|
|||
<div class="card">
|
||||
<img class="card__img" src="/images/eqin.jpg">
|
||||
<div class="card__body">
|
||||
<h3 class="card__title">tech and system admininstration</h3>
|
||||
<h3 class="card__title">tech and system administration</h3>
|
||||
<p class="card__desc">managing linux servers for nonprofits and myself</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="container">
|
||||
<a href="/" class="site-masthead">
|
||||
<img class="site-icon" src="/images/avatar.png">
|
||||
<h1 class="site-title">i'm abdullah tarawneh, freelance creative and consultant.</h1>
|
||||
<p class="site-title">i'm abdullah tarawneh, freelance creative and consultant.</p>
|
||||
</a>
|
||||
<nav class="site-nav">
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue