Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadia DAOUDI committed Oct 18, 2023
0 parents commit 472f03f
Show file tree
Hide file tree
Showing 53 changed files with 13,355 additions and 0 deletions.
31 changes: 31 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
All of the creative works by HTML Codex (https://htmlcodex.com) are licensed under a Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0).


Legal Attribution

HTML Codex creates and publishes free HTML website templates, landing page templates, email templates, and snippets. When you download or use our creative works, it will attribute the following conditions.


You are not allowed

=> You are not allowed to remove the author�s credit link/backlink.

=> You are not allowed to sell, resale, rent, lease, license, or sub-license.

=> You are not allowed to upload on your template websites or template collection websites or any other third party websites without our permission.


You are allowed

=> You are allowed to use for personal and commercial purposes.

=> You are allowed to modify/customize however you like.

=> You are allowed to convert/port for use for any CMS.

=> You are allowed to share/distribute under the HTML Codex brand name.

=> You are allowed to put a screenshot or a link on your blog posts or any other websites.


Contact us (https://htmlcodex.com/contact) for a special license if you have difficulty to credit us for your use case or you simply want to exclude it.
168 changes: 168 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,168 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TruX</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free Website Template" name="keywords">
<meta content="Free Website Template" name="description">

<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">

<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap" rel="stylesheet">

<!-- CSS Libraries -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/flaticon/font/flaticon.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">

<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>

<body>
<!-- Top Bar Start -->
<div class="top-bar d-none d-md-block">
<div class="container-fluid">
<div class="row">
<div class="col-md-8">
<div class="top-bar-left">
<div class="text">

<h2>SnT, University of Luxembourg</h2>

</div>

</div>
</div>
<div class="col-md-4">
<div class="top-bar-right">

</div>
</div>
</div>
</div>
</div>
<!-- Top Bar End -->

<!-- Nav Bar Start -->
<div class="navbar navbar-expand-lg bg-dark navbar-dark">
<div class="container-fluid">
<a href="index.html" class="navbar-brand">T<span>ru</span>X</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>

<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="toos.html" class="nav-item nav-link">TOOS</a>
<a href="contact.html" class="nav-item nav-link active">Contact</a>
</div>
</div>
</div>
</div>
<!-- Nav Bar End -->


<!-- Page Header Start -->
<div class="page-header">
<div class="container">
<div class="row">
<div class="col-12">
<h2>Contact</h2>
</div>
<div class="col-12">
<a href="index.html">Home</a>
<a href="">Contact</a>
</div>
</div>
</div>
</div>
<!-- Page Header End -->


<!-- Contact Start -->
<div class="contact">
<div class="container">
<div class="section-header text-center wow zoomIn" data-wow-delay="0.1s">
<p>Get In Touch</p>
<h4>Interested in showcasing your research at TOOS? </h4>
<h4>Want to attend insightful presentations? </h4>
<h4>Contact us now! </h4>
</div>

<form action="https://formspree.io/f/mleyoqvv" method="POST">
<div class="row">
<div class="col-12 wow fadeInUp" data-wow-delay="0.1s">
<div class="contact-form">
<div id="success"></div>
<form name="sentMessage" id="contactForm" novalidate="novalidate">
<div class="control-group">
<input type="text" class="form-control" id="name" name="name" placeholder="Your Name" required="required" data-validation-required-message="Please enter your name" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<input type="email" class="form-control" id="email" name="email" placeholder="Your Email" required="required" data-validation-required-message="Please enter your email" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<input type="text" class="form-control" id="subject" name="subject" placeholder="Subject" required="required" data-validation-required-message="Please enter a subject" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<textarea class="form-control" id="message" name="meassage" placeholder="Message" required="required" data-validation-required-message="Please enter your message"></textarea>
<p class="help-block text-danger"></p>
</div>
<div>
<button class="btn" type="submit" id="sendMessageButton">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</form>
</div>
</div>




<!-- Contact End -->


<!-- Footer Start -->
<div class="footer wow fadeIn" data-wow-delay="0.3s">
<div class="container-fluid">
<div class="container">
<div class="footer-info">
<a href="index.html" class="footer-logo">T<span>ru</span>X</a>

</div>
</div>

</div>
</div>
<!-- Footer End -->

<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>

<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>

<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
</body>
</html>
Loading

0 comments on commit 472f03f

Please sign in to comment.