-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,38 @@ | ||
<!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} | ||
.resizedTextbox {width: 415px; height: 300px} | ||
</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="/" 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> | ||
|
||
<!-- !PAGE CONTENT! --> | ||
<div class="w3-content" style="max-width:1500px"> | ||
|
||
<!-- Header --> | ||
<div class="w3-opacity"> | ||
<span class="w3-button w3-xxlarge w3-white w3-right" onclick="w3_open()"><i class="fa fa-bars"></i></span> | ||
<div class="w3-clear"></div> | ||
<header class="w3-center w3-margin-bottom"> |