Skip to content

Commit 1c2aba4

Browse files
committed
Fix: nav menu alignment
1 parent 0de5ef2 commit 1c2aba4

11 files changed

Lines changed: 63 additions & 16 deletions

about.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
<meta name="robots" content="index, follow">
1111
<link rel="canonical" href="https://cliffable.com/about.html">
1212

13-
<link rel="stylesheet" href="/styles.css">
13+
<!-- Google Fonts -->
14+
<link rel="preconnect" href="https://fonts.googleapis.com">
15+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
16+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
17+
18+
<link rel="stylesheet" href="styles.css">
1419

1520
<link rel="icon" type="image/x-icon" href="/favicon/favicon.ico">
1621
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">

contact.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
<meta name="robots" content="index, follow">
1111
<link rel="canonical" href="https://cliffable.com/contact.html">
1212

13+
<!-- Google Fonts -->
14+
<link rel="preconnect" href="https://fonts.googleapis.com">
15+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
16+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
17+
1318
<link rel="stylesheet" href="styles.css">
1419

1520
<link rel="icon" type="image/x-icon" href="favicon/favicon.ico">

field-notes/building-my-first-cicd-pipeline.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
<meta name="robots" content="index, follow">
1212
<link rel="canonical" href="https://cliffable.com/field-notes/building-my-first-cicd-pipeline.html">
1313

14+
<!-- Google Fonts -->
15+
<link rel="preconnect" href="https://fonts.googleapis.com">
16+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
17+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
18+
1419
<link rel="stylesheet" href="../styles.css">
1520

1621
<link rel="icon" type="image/x-icon" href="../favicon/favicon.ico">

field-notes/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
<meta name="robots" content="index, follow">
1212
<link rel="canonical" href="https://cliffable.com/field-notes/">
1313

14+
<!-- Google Fonts -->
15+
<link rel="preconnect" href="https://fonts.googleapis.com">
16+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
17+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
18+
1419
<link rel="stylesheet" href="../styles.css">
20+
1521
<link rel="icon" type="image/x-icon" href="../favicon/favicon.ico">
1622
<link rel="icon" type="image/png" sizes="32x32" href="../favicon/favicon-32x32.png">
1723
<link rel="icon" type="image/png" sizes="16x16" href="../favicon/favicon-16x16.png">

projects/csgl-lightsail-wordpress.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
<meta name="robots" content="index, follow">
1111
<link rel="canonical" href="https://cliffable.com/projects/csgl-lightsail-wordpress.html">
1212

13+
<!-- Google Fonts -->
14+
<link rel="preconnect" href="https://fonts.googleapis.com">
15+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
16+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
17+
1318
<link rel="stylesheet" href="../styles.css">
1419

1520
<link rel="icon" type="image/x-icon" href="../favicon/favicon.ico">

projects/designing-the-cliffable-brand.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
<meta name="robots" content="index, follow">
1111
<link rel="canonical" href="https://cliffable.com/projects/designing-the-cliffable-brand.html">
1212

13+
<!-- Google Fonts -->
14+
<link rel="preconnect" href="https://fonts.googleapis.com">
15+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
16+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
17+
1318
<link rel="stylesheet" href="../styles.css">
1419

1520
<link rel="icon" type="image/x-icon" href="../favicon/favicon.ico">

projects/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
<meta name="robots" content="index, follow">
1111
<link rel="canonical" href="https://cliffable.com/projects/">
1212

13+
<!-- Google Fonts -->
14+
<link rel="preconnect" href="https://fonts.googleapis.com">
15+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
16+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
17+
1318
<link rel="stylesheet" href="../styles.css">
1419

1520
<link rel="icon" type="image/x-icon" href="../favicon/favicon.ico">

projects/secure-aws-vpc-with-bastion-host.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
<meta name="robots" content="index, follow">
1212
<link rel="canonical" href="https://cliffable.com/projects/secure-aws-vpc-with-bastion-host.html">
1313

14+
<!-- Google Fonts -->
15+
<link rel="preconnect" href="https://fonts.googleapis.com">
16+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
17+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
18+
1419
<link rel="stylesheet" href="../styles.css">
1520

1621
<link rel="icon" type="image/x-icon" href="../favicon/favicon.ico">

projects/static-site-on-aws.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1515
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
1616

17+
<!-- Google Fonts -->
18+
<link rel="preconnect" href="https://fonts.googleapis.com">
19+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
20+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
21+
1722
<link rel="stylesheet" href="../styles.css">
1823

1924
<link rel="icon" type="image/x-icon" href="../favicon/favicon.ico">

templates/field-note-template.html

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@
1212

1313
<title>[Field Note Title] | Cliffable</title>
1414

15-
<meta name="description"
16-
content="[Short SEO description of the article.]">
15+
<meta name="description" content="[Short SEO description of the article.]">
1716

1817
<meta name="robots" content="noindex, nofollow">
1918

20-
<link rel="canonical"
21-
href="https://cliffable.com/field-notes/[field-note-file-name].html">
19+
<link rel="canonical" href="https://cliffable.com/field-notes/[field-note-file-name].html">
20+
21+
<!-- Google Fonts -->
22+
<link rel="preconnect" href="https://fonts.googleapis.com">
23+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
24+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
2225

2326
<link rel="stylesheet" href="../styles.css">
2427

@@ -52,9 +55,7 @@
5255

5356
<div class="logo">
5457
<a href="/">
55-
<img src="/assets/logos/cliffable-logo-white-v2.svg"
56-
alt="Cliffable logo"
57-
height="60">
58+
<img src="/assets/logos/cliffable-logo-white-v2.svg" alt="Cliffable logo" height="60">
5859
</a>
5960
</div>
6061

@@ -97,8 +98,7 @@ <h1>[Field Note Title]</h1>
9798
<section class="field-note-featured-image">
9899
<div class="container field-note-container">
99100

100-
<a href="../assets/images/field-notes/[article-folder]/[hero-image-file]"
101-
class="lightbox-trigger">
101+
<a href="../assets/images/field-notes/[article-folder]/[hero-image-file]" class="lightbox-trigger">
102102

103103
<img src="../assets/images/field-notes/[article-folder]/[hero-image-file]"
104104
alt="[Featured image description]">
@@ -199,15 +199,11 @@ <h2>Related project</h2>
199199
Email
200200
</a>
201201

202-
<a href="https://www.linkedin.com/in/cliff-smith-london/"
203-
target="_blank"
204-
rel="noopener noreferrer">
202+
<a href="https://www.linkedin.com/in/cliff-smith-london/" target="_blank" rel="noopener noreferrer">
205203
LinkedIn
206204
</a>
207205

208-
<a href="https://github.com/cliffable"
209-
target="_blank"
210-
rel="noopener noreferrer">
206+
<a href="https://github.com/cliffable" target="_blank" rel="noopener noreferrer">
211207
GitHub
212208
</a>
213209

0 commit comments

Comments
 (0)