Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html lang="en">
- <head>
- <!-- Required meta tags -->
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <!-- Bootstrap CSS -->
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
- <link rel="stylesheet" href="style.css">
- <title>Hristo Ivanov Portfolio</title>
- </head>
- <body>
- <div id="bg">
- <nav class="navbar navbar-custom navbar-expand-lg navbar-light fixed-top">
- <a class="navbar-brand" href="index.html">Hristo Ivanov</a>
- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
- </button>
- <div class="collapse navbar-collapse" id="navbarSupportedContent">
- <ul class="navbar-nav ml-auto">
- <li class="nav-item active">
- <a class="nav-link" href="Resume.html">Resume<span class="sr-only">(current)</span></a>
- </li>
- <li class="nav-item active">
- <a class="nav-link" href="Projects.html">Projects <span class="sr-only">(current)</span></a>
- </li>
- <li class="nav-item active">
- <a class="nav-link" href="contactMe.html">Let's talk<span class="sr-only">(current)</span></a>
- </li>
- </ul>
- <!-- <form class="form-inline my-2 my-lg-0">
- <input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
- <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
- </form> -->
- </div>
- </nav>
- <div class="load">
- <div id="dot">
- </div>
- </div>
- <div class="col-md-12 m-0 p-0">
- <div class="row">
- <div class="col-8" id="letsTalk">
- <h1 class="bigText">Let's</h1>
- <h1 class="bigText">Talk</h1>
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-md-12" id="contactMe">
- <h1 class="bigText">Contact me</h1>
- </div>
- <div class="col-md-12">
- <!--Section: Contact v.2-->
- <section class="mb-4">
- <div class="row" id="contactForm">
- <!--Grid column-->
- <div class="col-md-6 mb-md-0 mb-5">
- <form id="contact-form" name="contact-form" action="mail.php" method="POST">
- <!--Grid row-->
- <div class="row">
- <!--Grid column-->
- <div class="col-md-6">
- <div class="md-form mb-0">
- <label for="message">Name</label>
- <input type="text" id="senderName" name="name" class="form-control customInput" placeholder="Your name">
- </div>
- </div>
- <!--Grid column-->
- <!--Grid column-->
- <div class="col-md-6">
- <div class="md-form mb-0">
- <label for="message">Email</label>
- <input type="text" id="email" name="email" class="form-control customInput" placeholder="Your email">
- </div>
- </div>
- <!--Grid column-->
- </div>
- <!--Grid row-->
- <!--Grid row-->
- <div class="row">
- <div class="col-md-12">
- <div class="md-form mb-0">
- <label for="message">Subject</label>
- <input type="text" id="subject" name="subject" class="form-control customInput" placeholder="Subject">
- </div>
- </div>
- </div>
- <!--Grid row-->
- <!--Grid row-->
- <div class="row">
- <!--Grid column-->
- <div class="col-md-12">
- <div class="md-form">
- <label for="message">Message</label>
- <textarea id="message" name="message" rows="2" class="form-control md-textarea customInput" placeholder="Your message"></textarea>
- </div>
- </div>
- </div>
- <!--Grid row-->
- </form>
- <div class="text-center text-md-left mt-4">
- <a class="btn btn-outline-success my-2 my-sm-0" onclick="document.getElementById('contact-form').submit();">Send</a>
- </div>
- <div class="status"></div>
- </div>
- <!--Grid column-->
- <!--Grid column-->
- <div class="col-md-6 text-center">
- <ul class="list-unstyled mb-0">
- <li><i class="fas fa-map-marker-alt fa-2x"></i>
- <p>Sofia, CA 94126, BG</p>
- </li>
- <li><i class="fas fa-phone mt-4 fa-2x"></i>
- <p>+ 01 234 567 89</p>
- </li>
- <li><i class="fas fa-envelope mt-4 fa-2x"></i>
- </li>
- <!--Google Maps-->
- </ul>
- <!--Google map-->
- <div><iframe src="https://maps.google.com/maps?width=100%25&height=600&hl=en&q=Sofia+()&t=&z=14&ie=UTF8&iwloc=B&output=embed" width="100%"><a href="https://www.gps.ie/sport-gps/">swimming watch</a></iframe></div>
- </div>
- <!--Grid column-->
- </div>
- </section>
- <!--Section: Contact v.2-->
- </div>
- </div>
- </div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js" defer></script>
- <script src="js/motus.js" defer></script>
- <!-- jQuery first, then Bootstrap JS -->
- <!-- CSS -->
- <link rel="stylesheet " href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
- <!-- jQuery and JS bundle w/ Popper.js -->
- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous" defer>
- </script>
- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous" defer>
- </script>
- <!-- Personal JavaScript -->
- <script src="js/contactMe.js" defer></script>
- <!-- Optional JavaScript -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment