You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
259 lines
9.4 KiB
HTML
259 lines
9.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian&display=swap" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" type="text/css" href="./index.css">
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
|
|
<title>My First Capstone</title>
|
|
</head>
|
|
<body>
|
|
<!-- nav var section -->
|
|
<div class="container mt-2">
|
|
<nav class="navbar navbar-expand-lg navbar-light ">
|
|
<div class="container-fluid">
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarNavDropdown">
|
|
<ul class="navbar-nav">
|
|
<li class="nav-item">
|
|
<a class="nav-link active" aria-current="page" style="color: white;"href="#About">About</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" style="color: white;" href="#Projects">Projects</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" style="color: white;" href="#Contact">Contact</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" style="color: white;" href="#Tools">Tools</a>
|
|
</li>
|
|
</a>
|
|
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
|
|
<li><a class="dropdown-item" href="#">Action</a></li>
|
|
<li><a class="dropdown-item" href="#">Another action</a></li>
|
|
<li><a class="dropdown-item" href="#">Something else here</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<!-- main section -->
|
|
<section class="row mt-5 ">
|
|
<a name="About"></a>
|
|
|
|
<!-- figure and figcaption is like the div -->
|
|
|
|
<figure class="col-lg-6">
|
|
<div>
|
|
<img class="img-fluid rounded-circle"style="padding: 2px;"src="./images/web.jpeg">
|
|
</div>
|
|
</figure>
|
|
<figcaption class="col-lg-6">
|
|
<div class="text-center text-light mt-5">
|
|
<h5>About Me</h5>
|
|
<h3> Justine Miras</h3>
|
|
<hr style="border: none; height: 2px; background-color: white; margin: 20px 0;">
|
|
<h4>Full Stack Web Developer</h4>
|
|
</figcaption>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
<a name="Projects"></a>
|
|
|
|
<!-- projects -->
|
|
<div id="main" class="container mt-5">
|
|
|
|
<h3 class="pt-3 d-flex justify-content-center align-items-center mt-5 mb-5 text-light">Projects</h3>
|
|
|
|
<div id="other-projects" class="row ">
|
|
|
|
|
|
<div id="html" class="col-lg-4 col-md-4 col-sm-12 mb-4 "style="color: white;">
|
|
<img src="./images/city.jpeg"style="height: 250px; width:150px;border-radius: 20px;" alt="city girl">
|
|
</div>
|
|
|
|
<div id="bootstrap" class="col-lg-4 col-md-4 col-sm-12 mb-4 "style="color: white;">
|
|
<img src="./images/book.jpeg" class="img-fluid" style="border-radius: 20px; height: 250px; width:150px;"alt="book girl">
|
|
</div>
|
|
|
|
|
|
<div id="nodejs" class="col-lg-4 col-md-4 col-sm-12 mb-4
|
|
"style="color: white;">
|
|
<img src="./images/train.jpeg" class="img-fluid" style="border-radius: 20px; height: 250px; width:150px;"alt="Traingirl">
|
|
</div>
|
|
|
|
<div id="nodejs" class="col-lg-4 col-md-4 col-sm-12 mb-4
|
|
"style="color: white;">
|
|
<img src="./images/door.jpeg" class="img-fluid" style="border-radius: 20px; height: 250px; width:150px;"alt="Door">
|
|
</div>
|
|
|
|
<div id="nodejs" class="col-lg-4 col-md-4 col-sm-12 mb-4
|
|
"style="color: white;">
|
|
<img src="./images/trees.jpeg" class="img-fluid" style="border-radius: 20px; height: 250px; width:150px;"alt="Trees">
|
|
</div>
|
|
|
|
<div id="nodejs" class="col-lg-4 col-md-4 col-sm-12 mb-4
|
|
"style="color: white;">
|
|
<img src="./images/feather.jpeg" class="img-fluid" style="border-radius: 20px; height: 250px; width:150px;"alt="feather">
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Node JS Server Card End -->
|
|
<section>
|
|
<a name="Contact"></a>
|
|
<div id="contact-section" class="container-fluid text-white p-5 border mt-5">
|
|
|
|
<h2 class="text-dark text-align-right">Contact Me</h2>
|
|
|
|
<div class="row mt-3">
|
|
|
|
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-8 col-xl-4 py-3 rounded">
|
|
|
|
<form id="form-col">
|
|
<div class="form-group">
|
|
<label for="name">Name</label>
|
|
<input type="text" class="form-control" id="name" placeholder="Your Name">
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="exampleInputEmail1">Email</label>
|
|
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="name@example.com">
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="contactNumber">Contact Number</label>
|
|
<input type="number" class="form-control" id="contactNumber" name="contactNumber" placeholder="+63 9000 0000 0000">
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="concern">Concern</label>
|
|
<select class="form-control" id="concern">
|
|
<option>Quotation</option>
|
|
<option>Inquire</option>
|
|
</select>
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="message">Message</label>
|
|
<textarea class="form-control" id="message" rows="6"></textarea>
|
|
</div>
|
|
|
|
<button type="button" class="btn btn-dark" data-toggle="modal" data-target="#modalDiv">
|
|
Send Email
|
|
</button>
|
|
</form>
|
|
</div>
|
|
|
|
</div>
|
|
<!--
|
|
<div class="wrapper">
|
|
<img style="width: 60px; height:60px;" src="./images/facebook.png">
|
|
<span>Facebook@Justine Miras</span>
|
|
|
|
<div class="icon d-flex justify-content-center">
|
|
<a href="#"></a><img style="width: 60px; height:60px;" src="./images/instagram.png"><a href="#"></a><span>Instagram@justine16</span>
|
|
</div>
|
|
|
|
<div class="icon">
|
|
<img style="width: 60px; height:60px;" src="./images/twitt.png"><span>Instagram@justine16</span>Twitter<span>
|
|
</div>
|
|
-->
|
|
<!-- Modal -->
|
|
<div class="modal fade" id="modalDiv" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
|
<div class="modal-dialog">
|
|
<div class="modal-content text-dark">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title" id="exampleModalLabel">Thank you for contacting us!</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<p>Message Successfully Sent</p>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</form>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="mt-5 mb-5">
|
|
<a name="Tools"></a>
|
|
<div class="text-center text-light">
|
|
|
|
<h3>Core Tools</h3>
|
|
|
|
<div id="core-tools" class="d-flex justify-content-center
|
|
align-items-center flex-column">
|
|
<div id="html">
|
|
<img width="150" src="images/logo-html5.png"/>
|
|
</div>
|
|
</div>
|
|
<div id="css-js">
|
|
<img width="150" src="images/logo-css3.png"/>
|
|
<img width="150" src="images/logo-javascript.png"/>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<footer style="text-align: center;">
|
|
|
|
<span>Terms of Service</span>
|
|
<span>|</span>
|
|
<span>Privacy Policy</span>
|
|
<span>|</span>
|
|
<span>© 2023 Justine. All Rights Reserved</span>
|
|
</footer>
|
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|