mirror of
https://github.com/runyanjake/jakeswestcoast.git
synced 2025-10-04 23:37:29 -07:00
Add navigation between pages
This commit is contained in:
parent
175144fea9
commit
6fa197b681
@ -8,6 +8,9 @@
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="w3-bar w3-black w3-padding w3-opacity w3-hover-opacity-off w3-medium">
|
||||
<a href="/" class="w3-bar-item w3-button w3-hover-green">Home</a>
|
||||
</div>
|
||||
<div class="w3-black">
|
||||
<div class="w3-container w3-content w3-padding-64" style="max-width:800px">
|
||||
<h2 class="w3-wide w3-center">Who Am I?</h2>
|
||||
|
@ -10,6 +10,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="image-background">
|
||||
<div class="w3-bar w3-black w3-opacity w3-hover-opacity-off w3-medium">
|
||||
<a href="/about" class="w3-bar-item w3-button w3-hover-green">About</a>
|
||||
</div>
|
||||
<img src="https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExdXpzcjE2bzh4bGd1MDBmNjVvajk2aHc5eXJocmoyb3hydHA5ZXoydyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/F86jaFeIpE55nvF8M5/giphy.gif" alt="Jakeswestcoast">
|
||||
<div class="textoutline w3-display-middle w3-padding-large w3-border w3-wide w3-text-light-grey w3-center" style="white-space:nowrap;">
|
||||
<h1 class="w3-xxxsmall" style="font-size:8vw;font-weight:bolder;">Jake's West Coast</h1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user