H69UNtblNBNpha2dtB1Odn8qYp1Qk5NK2gi7yfceofo9N
/
home
/
ymswebso
/
public_html
/
projects
/
topunigirls
/
html-1
/
Nama File / Folder
Size
Action
css
--
NONE
images
--
NONE
js
--
NONE
advertiser-signup.html
6.275KB
Hapus
Edit
Rename
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>TopUniGirls.com</title> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="apple-touch-icon" sizes="144x144" href="favicon.png"> <link rel="shortcut icon" href="favicon.ico"> <!--CSS Files-----> <link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&family=Open+Sans:wght@300;400;600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/owl.carousel.min.css"> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/media.css"> <body id="home"> <!--NAV OPEN--> <nav class="navbar navbar-expand-md navbar-light sticky-top" id="navigation_container"> <div class="container"> <div class="row align-items-center w-100 m-auto"> <div class="col-xl-5 col-lg-4 col-md-4 col-10 pr-1 logo_wrap"> <a class="navbar-brand" href="#!"><img src="images/logo.png" class="img-fluid" alt="TopUniGirls.com" title="TopUniGirls.com"></a> </div> <div class="col-xl-7 col-lg-8 col-md-8 col-2 pl-1 text-right"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><i class="fa fa-bars"></i></button> <div class="collapse navbar-collapse float-right" id="navbarSupportedContent"> <ul class="navbar-nav"> <li class="nav-item"><a class="nav-link btn btn_submit py-2" href="#!">Submit Your Ad</a> </li> <li class="nav-item px-1 px-lg-4"><a class="nav-link" href="#!"><i class="fa fa-map-marker"></i> Locations</a> </li> <li class="nav-item"><a class="nav-link" href="#!"><i class="fa fa-sign-in"></i> Log in</a></li> <li class="nav-item pt-0 pt-md-3 px-0">or</li> <li class="nav-item"><a class="nav-link" href="#!">Signup</a> </li> </ul> </div> </div> </div> </div> </nav> <!--NAV CLOSE--> <!--PAGE CONTENT OPEN --> <div class="container pb-5"> <div class="row pb-3"> <div class="col-12 text-center pt-5"> <h2>Advertiser Signup</h2> <p class="m-0" style="font-weight:600;">Here you can create your account in our service.</p> <p class="m-0">Thanks to it you will be able to add as many adverts as you like in fast and easy way!</p> </div> <div class="col-md-10 col-lg-10 col-xl-5 m-auto"> <div class="row"> <div class="col-12"> <div class="box-corner"> <form method="post" action="#" class="needs-validation" novalidate> <div class="form-group"> <label for="username">Username</label> <input type="text" class="form-control" name="username" id="username" placeholder="Enter username" required> <div class="invalid-feedback">Please enter username.</div> </div> <div class="form-group"> <label for="email_address">Email</label> <input type="email" class="form-control" name="email_address" id="email_address" placeholder="Enter Email" required> <div class="invalid-feedback">Please enter valid email.</div> </div> <div class="form-group"> <label for="password">Password</label> <input type="password" class="form-control" name="password" id="password" placeholder="Enter password" required> <div class="invalid-feedback">Please enter password.</div> </div> <div class="form-group"> <label for="city">In which city you want to post your ads?</label> <select name="city" id="city" class="form-control" required> <option value="" selected="selected">Select</option> <optgroup label="Bahrain"> <option value="1">Manama</option> </optgroup> <optgroup label="Oman"> <option value="1">Muscat</option> </optgroup> <optgroup label="Qatar"> <option value="1">Doha</option> </optgroup> <optgroup label="United Arab Emirates"> <option value="1">Abu Dhabi</option> <option value="2">Dubai</option> </optgroup> </select> <div class="invalid-feedback">Please select a city name.</div> </div> <div class="text-center"><button type="submit" class="btn btn-info" style="padding-left:20px; padding-right:20px; font-weight:600; width:100%; height:40px;">Create My Account</button></div> </form> </div> <div class="mt-3 text-center">Already have an account? Click here to <a href="#">"Sign In"</a>!</div> </div> </div> </div> </div> </div> <!--FOOTER Open--> <footer> <div class="container py-5"> <div class="row"> <div class="col-md-12 text-center"> <img src="images/dmca_logo.jpg" class="img-fluid mb-3"> <p class="text_orange font-weight-bold">Please Note:</p> <p class="text_light_gray">This website is an advertising and information resource, and as such has no connection or liability with any of the sites or individuals mentioned here. We ONLY sell advertisement space, we are not an escort agency. We take no responsibility for the content or actions of third party websites or individuals that you may access following links, email or phone contacts from this portal. All the advertised material is reviewed before publishing.</p> <p class="font-weight-bold text-white">All models listed on this website were at least 18 years old when they were photographed.</p> <ul class="my-4"> <li><a href="#!">Submit your ad</a></li> <li><a href="#!">About Us</a></li> <li><a href="#!">Contact Us </a></li> <li><a href="#!">Locations</a></li> <li><a href="#!">Terms & Conditions </a></li> <li><a href="#!">Privacy Statement </a></li> <li><a href="#!">Links</a></li> <li><a href="#!">Sitemap</a></li> </ul> <p class="text-white">Copyright © 2021 TopUniGirls.com</p> </div> </div> </div> </footer> <!--FOOTER Close--> <a href="#" id="goto_top" style="display: none;"><span>↑</span></a> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/popper.min.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/custom.js"></script> </body> </html>