better design
This commit is contained in:
+7
-2
@@ -4,17 +4,22 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>About — Samantha Vero Friis</title>
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Syne:wght@400;700;800&display=swap"
|
||||
href="https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<!-- PAGE NAV — place right before <header> -->
|
||||
<nav class="page-nav">
|
||||
<a href="#about" class="active"><span>about</span></a>
|
||||
|
||||
<br /><span><p class="section-label">//Opinion</p></span>
|
||||
|
||||
<a href="/cyber"><span>cyber</span></a>
|
||||
<a href="/infra"><span>infra</span></a>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user