Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--index.html-->
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>PhotoShare</title>
- <link href="css/style.css" rel="stylesheet" type="text/css">
- <link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
- </head>
- <body class="box">
- <!--Navigation bar-->
- <div>
- <nav>
- <ul>
- <li><a href="index.html">Home</a></li>
- <li><a href="php/gallery.php">Gallery</a></li>
- <li><a href="html/upload.html">Create Post</a></li>
- <li><a href="html/contact.html">Contact Us</a></li>
- <li><a href="html/reg_form.html">Register</a></li>
- <li><a href="#">Login</a></li>
- </ul>
- <input type="text" placeholder="Search" name="search" id="search">
- </nav>
- </div>
- <!--Banner-->
- <div class="banner">
- <img src="images/photoshare_banner.png" width="1099" alt="An image of the PhotoShare logo.">
- </div>
- <!--Banner and favicon was made by me using Adobe Logo Maker: https://www.adobe.com/express/create/logo-->
- <!--Main Content-->
- <!--About PhotoShare-->
- <div class="header_center"> <h1>Welcome to PhotoShare</h1> </div>
- <div class="about">
- <!--All images used came from pexels.com-->
- <!--Wheeler, J. (2013, September 2). Symmetrical Photography of clouds covered blue sky - pexels. https://www.pexels.com/photo/symmetrical-photography-of-clouds-covered-blue-sky-1486974/ . Retrieved 15th Oct. 2023.-->
- <img src="images/pexels-james-wheeler.jpg" width="200" height="250" id="img1" alt="A shot of a lake with the sky reflected in it. The sky has clouds and a pinkish colour to it. In the backgroud grassy fields and trees can be seen.">
- <div id="paragraph1">
- <p>PhotoShare aims to build a community for aspiring photographers.
- </p>
- </div>
- <div id="paragraph2">
- <!--Lastovich, T. (2017, March 4). Brown wooden dock surrounded with green grass near mountain under white ... https://www.pexels.com/photo/brown-wooden-dock-surrounded-with-green-grass-near-mountain-under-white-clouds-and-blue-sky-at-daytime-808465/ . Retrieved 15th Oct. 2023.-->
- <img src="images/pexels-tyler-lastovich.jpg" width="200" height="250" id="img2" alt="A shot of a mountainous trail, with dried grass on both sides of the wooden trail.">
- <p>We want to foster talent in a safe environment and inspire photographers to aim high.</p>
- </div>
- <br>
- <div id="paragraph3">
- <p>On PhotoShare you will be able to make posts, comment, and interact with other photographers.</p>
- <!--Gould, D. (2016, November 21). Scenic view of river · Free Stock Photo - PEXELS. https://www.pexels.com/photo/scenic-view-of-river-325807/ . Retrieved 15th Oct. 2023.-->
- <img src="images/pexels-dom-gould.jpg" width="400" height="250" id="img3" alt="A shot of a crystal blue lake in between rocky land and it is surrounded by trees.">
- <!--Berger, S. (2015, June 7). Scenic view of mountains during Dawn · free stock photo - PEXELS. https://www.pexels.com/photo/scenic-view-of-mountains-during-dawn-1266810/ . Retrieved 15th Oct. 2023.-->
- <img src="images/pexels-simon-berger.jpg" width="200" height="250" id="img4" alt="A shot at the top of a mountain, in the foreground flowers growing from its surface can be seen, the middle ground shows mountains and the background is the sun hidden behind cloud coverage.">
- <!--Bartus, D. (2018, June 12). Photo lavender flower field under Pink Sky · free stock photo - PEXELS. https://www.pexels.com/photo/photo-lavender-flower-field-under-pink-sky-1166209/ . Retrieved 15th Oct. 2023.-->
- <img src="images/pexels-david-bartus.jpg" width="400" height="250" id="img5" alt="A shot of a lavender field, showing rows and rows and bright purple lavender, set with the pinkish clounds and blue sky.">
- </div>
- </div>
- <!--Footer-->
- <div class="footer">
- <footer>
- <p>© 2023 PhotoShare</p>
- <p>
- <a href="http://jigsaw.w3.org/css-validator/check/referer">
- <img style="border:0;width:88px;height:31px"
- src="http://jigsaw.w3.org/css-validator/images/vcss"
- alt="Valid CSS!" />
- </a>
- </p>
- </footer>
- </div>
- </body>
- </html>
- <!--contact.html-->
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Contact Us</title>
- <link href="../css/style.css" rel="stylesheet" type="text/css">
- <link rel="icon" type="image/png" sizes="32x32" href="../images/favicon-32x32.png">
- </head>
- <body class="box">
- <!--Navigation bar-->
- <div>
- <nav>
- <ul>
- <li><a href="../index.html">Home</a></li>
- <li><a href="../php/gallery.php">Gallery</a></li>
- <li><a href="upload.html">Create Post</a></li>
- <li><a href="contact.html">Contact Us</a></li>
- <li><a href="reg_form.html">Register</a></li>
- <li><a href="#">Login</a></li>
- </ul>
- <input type="text" placeholder="Search" id="search">
- </nav>
- </div>
- <br><br>
- <p>We value our users' opinions, if there is any issue you are facing or anything to improve the user experience, we will love to hear it!</p>
- <br><br>
- <div id="contact_para">
- <p>You can also contact us on:</p>
- <ul>
- <li>Email: photoshareus@gmail.com</li>
- <li>Twitter/X: @PhotoShare_twt</li>
- <li>Tumblr: photoshareblr</li>
- </ul>
- </div>
- <!--Contact form-->
- <div id="contact">
- <form id="contact_frm" action="../php/contact.php" method="post">
- <fieldset>
- <legend><strong>User Information</strong></legend>
- <input type="text" id="user_name" name="user_name" placeholder="Username" required>
- <input type="email" id="email" name="email" placeholder="Email" required>
- </fieldset>
- <fieldset>
- <legend><strong>User Feedbaack</strong></legend>
- <textarea name="feedback" rows="5" cols="30" placeholder="Put your feedback or complaints here..." maxlength="300"></textarea>
- </fieldset>
- <br>
- <input type="submit" value="SUBMIT">
- </form>
- </div>
- <br><br><br><br><br>
- <!--Footer-->
- <div class="footer">
- <footer>
- <p>© 2023 PhotoShare</p>
- <p>
- <a href="http://jigsaw.w3.org/css-validator/check/referer">
- <img style="border:0;width:88px;height:31px"
- src="http://jigsaw.w3.org/css-validator/images/vcss"
- alt="Valid CSS!" />
- </a>
- </p>
- </footer>
- </div>
- </body>
- </html>
- <!--registration.html-->
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Register on PhotoShare</title>
- <link href="../css/style.css" rel="stylesheet" type="text/css">
- <link rel="icon" type="image/png" sizes="32x32" href="../images/favicon-32x32.png">
- </head>
- <body class="box">
- <!--Navigation bar-->
- <div>
- <nav>
- <ul>
- <li><a href="../index.html">Home</a></li>
- <li><a href="../php/gallery.php">Gallery</a></li>
- <li><a href="upload.html">Create Post</a></li>
- <li><a href="contact.html">Contact Us</a></li>
- <li><a href="reg_form.html">Register</a></li>
- <li><a href="#">Login</a></li>
- </ul>
- <input type="text" placeholder="Search" id="search">
- </nav>
- </div>
- <!--Banner-->
- <div class="banner">
- <img src="../images/photoshare_banner.png" width="1099" alt="An image of the PhotoShare logo.">
- </div>
- <br>
- <div id="reg_sign">
- <h1 class="header_center">Sign Up Today!</h1>
- </div>
- <br>
- <!--Registration form-->
- <div class="reg_form">
- <form id="register" action="../php/register.php" method="post">
- <fieldset>
- <legend><strong>Account Information:</strong></legend>
- <input type="text" name="user_name" id="user_name" placeholder="Username" required>
- <br><br>
- <input type="email" name="email" id="email" placeholder="Email" required>
- <br><br>
- <input type="password" name="pword" id="pword" placeholder="Password" required>
- </fieldset>
- <br>
- <fieldset>
- <legend><strong>Personal Information:</strong></legend>
- <input type="text" name="fname" id="fname" placeholder="First Name" required>
- <br><br>
- <input type="text" name="lname" id="lname" placeholder="Last Name">
- <br><br>
- <input type="number" name="age" id="age" min="15" max="100" placeholder="Age" required>
- <br><br>
- <input type="tel" name="phone" id="phone" placeholder="Phone Number">
- </fieldset>
- <br>
- <input type="submit" value="REGISTER">
- </form>
- </div>
- <p class="form_para">Already have an account? Login in <a href="#">here.</a></p>
- <!--Footer-->
- <div class="footer">
- <footer>
- <p>© 2023 PhotoShare</p>
- <p>
- <a href="http://jigsaw.w3.org/css-validator/check/referer">
- <img style="border:0;width:88px;height:31px"
- src="http://jigsaw.w3.org/css-validator/images/vcss"
- alt="Valid CSS!" />
- </a>
- </p>
- </footer>
- </div>
- </body>
- </html>
- <!--upload.html-->
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Create Post</title>
- <link href="../css/style.css" rel="stylesheet" type="text/css">
- <link rel="icon" type="image/png" sizes="32x32" href="../images/favicon-32x32.png">
- </head>
- <body class="box">
- <!--Navigation bar-->
- <div>
- <nav>
- <ul>
- <li><a href="../index.html">Home</a></li>
- <li><a href="../php/gallery.php">Gallery</a></li>
- <li><a href="upload.html">Create Post</a></li>
- <li><a href="contact.html">Contact Us</a></li>
- <li><a href="reg_form.html">Register</a></li>
- <li><a href="#">Login</a></li>
- </ul>
- <input type="text" placeholder="Search" id="search">
- </nav>
- </div>
- <div><h1 class="header_center">Create Post</h1></div>
- <br><br>
- <!--Upload form-->
- <form id="postfrm" action="../php/upload.php" method="post" enctype="multipart/form-data">
- <fieldset>
- <legend><strong>Upload Picture</strong></legend>
- <input type="file" name="user_upload" id="user_upload" required>
- </fieldset>
- <fieldset>
- <legend><strong>Post Information</strong></legend>
- <textarea name="caption" rows="5" cols="30" placeholder="Type your caption here" maxlength="300"></textarea>
- <br>
- <input type="text" name="author" id="author" placeholder="Username" required>
- </fieldset>
- <br><br>
- <input type="submit" name="submit" value="POST">
- </form>
- <!--Footer-->
- <div class="footer">
- <footer>
- <p>© 2023 PhotoShare</p>
- <p>
- <a href="http://jigsaw.w3.org/css-validator/check/referer">
- <img style="border:0;width:88px;height:31px"
- src="http://jigsaw.w3.org/css-validator/images/vcss"
- alt="Valid CSS!" />
- </a>
- </p>
- </footer>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement