update main page, register page
This commit is contained in:
1 parent
b4e4a31466
commit
3ca6601274
17 files changed
+177
-22
No files matched your search
+15
-8
@@ -14,6 +14,7 @@
|
||||
<link rel="stylesheet" href="static/resources/OwlCarousel2-2.3.4/dist/assets/owl.theme.default.css">
|
||||
<link rel="stylesheet" href="static/resources/animate.css-main/animate.css">
|
||||
<link rel="stylesheet" href="static/styles/style.css">
|
||||
<script src="https://kit.fontawesome.com/ccff26c93b.js" crossorigin="anonymous"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -59,12 +60,12 @@
|
||||
</nav>
|
||||
|
||||
<div class="hero-div center container">
|
||||
<h1>we make your website stand out</h1>
|
||||
<p class="animate__animated animate__fadeInUp animate__slow">The best way to connect people with your brand.</p>
|
||||
<h1>BugBeGone, Bug Tracking Software</h1>
|
||||
<p class="animate__animated animate__fadeInUp animate__slow">The best way to track, and solve bugs as a team.</p>
|
||||
|
||||
<div class="hero-btns animate__animated animate__fadeInUp animate__slow">
|
||||
<button type="button" class="btn-trans">learn more</button>
|
||||
<button type="button" class="btn-white">meet our people</button>
|
||||
<a href="https://discord.gg/9ZdkyRmxCH"><button type="button" class="btn-trans">Join our Discord</button></a>
|
||||
<a href="#team"><button type="button" class="btn-white">Meet our people</button></a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
@@ -82,11 +83,20 @@
|
||||
</div>
|
||||
|
||||
<div class="detail-item wow animate__animated animate__fadeInUp animate__s">
|
||||
<span><i class="fab fa-html5"></i></span>
|
||||
<span><i class="fas fa-reply"></i></span>
|
||||
<h2>Quick Responce</h2>
|
||||
<div class="line"></div>
|
||||
<p class="text">Our staff works quick to respond to your questoins over email or in our Discord!</p>
|
||||
</div>
|
||||
|
||||
<a href="https://discord.gg/9ZdkyRmxCH">
|
||||
<div class="detail-item wow animate__animated animate__fadeInRight animate__s">
|
||||
<span><i class="fa-brands fa-discord"></i></span>
|
||||
<h2>Join Our Discord</h2>
|
||||
<div class="line"></div>
|
||||
<p class="text">For quick communication between staff and other users, join our Discord!</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -139,9 +149,6 @@
|
||||
<div class="team-img">
|
||||
<img src="static/images/McDazzled.png" alt="team-ceo">
|
||||
<div class="team-icons">
|
||||
<a href="#" class="center">
|
||||
<i class="fab fa-facebook-f"></i>
|
||||
</a>
|
||||
<a href="https://twitter.com/BraedenSowinski" class="center">
|
||||
<i class="fab fa-twitter"></i>
|
||||
</a>
|
||||
|
||||
+41
-3
@@ -8,6 +8,44 @@
|
||||
<script src="https://kit.fontawesome.com/ccff26c93b.js" crossorigin="anonymous"></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar">
|
||||
<div class="container2">
|
||||
<div class="brand-and-toggler">
|
||||
<a href="/" class="navbar-brand">
|
||||
BugBeGone
|
||||
</a>
|
||||
<button type="button" class="navbar-toggler" id="navbar-toggler">
|
||||
<i class="fas fa-bars"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="navbar-collapse">
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item">
|
||||
<a href="/#info" class="nav-link">info</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="/#feature" class="nav-link">feature</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="/#team" class="nav-link">team</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="/#pricing" class="nav-link">pricing</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="/#contact" class="nav-link">contact</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="/register" class="nav-link">sign up</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="/login" class="nav-link">login</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="container">
|
||||
<div class="navigation">
|
||||
<ol>
|
||||
@@ -17,7 +55,7 @@
|
||||
<li><a href="#" data-ref="viewpswd">Password</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<form id="sign-form" class="sign-form" action="">
|
||||
<form id="sign-form" class="sign-form" action="/register" method="POST">
|
||||
<ol class="questions">
|
||||
<li>
|
||||
<span><label for="name">Hi, What is your First Name?</label></span>
|
||||
@@ -42,11 +80,11 @@
|
||||
<span id="show-pwd" class="view"></span>
|
||||
</li>
|
||||
<li><p style="margin-top: 45px;font-size: 32pt;float:right">
|
||||
<a href="#" style="color:white;text-decoration:none" id="signup">sign up</a></p>
|
||||
<a ref="javascript:{}" onclick="document.getElementById('sign-form').submit();" style="color:white;text-decoration:none" id="signup">sign up</a></p>
|
||||
</li>
|
||||
</ol>
|
||||
<div id="next-page" alt="Kiwi standing on oval"></div>
|
||||
<div class="error-message">{{ unescape .errorMsg }}</div>
|
||||
<div class="error-message">{{ .errorMsg }}</div>
|
||||
</form>
|
||||
<h1 id="wf" style="opacity:0;width: 600px; margin-top:1.1em;display:none; margin-bottom:1em">Thank you</h1>
|
||||
</body>
|
||||
|
||||
Reference in new issue
Block a user