Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
luiandshoots committed Apr 4, 2024
1 parent 41c2881 commit 8e0a2db
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<title>Lui and Shoots - Contacts</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1 {font-family: "Montserrat", sans-serif}
img {margin-bottom: -7px}
.w3-row-padding img {margin-bottom: 12px}
</style>
</head>
<body>

<!-- Sidebar -->
<nav class="w3-sidebar w3-black w3-animate-top w3-xxlarge" style="display:none;padding-top:150px" id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-button w3-black w3-xxlarge w3-padding w3-display-topright" style="padding:6px 24px">
<i class="fa fa-remove"></i>
</a>
<div class="w3-bar-block w3-center">
<a href="index.html" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Photos</a>
<a href="about.html" class="w3-bar-item w3-button w3-text-grey w3-hover-black">About</a>
<a href="contact.html" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Contact</a>
</div>
</nav>
</body>

0 comments on commit 8e0a2db

Please sign in to comment.