Skip to content

Commit

Permalink
Update success.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng authored Apr 4, 2024
1 parent fe7ff79 commit b158997
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions success.html
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">

0 comments on commit b158997

Please sign in to comment.