1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
<!DOCTYPE html>
<html data-bs-theme="dark" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Login - Twine Solutions</title>
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:200,300,400,500,600,700,800&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Outfit:200,300,400,500,600,700,800,900&display=swap">
<link rel="stylesheet" href="/assets/css/bss-overrides.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="/assets/css/template.css">
<link rel="stylesheet" href="/assets/css/login.css">
<script>
document.addEventListener('DOMContentLoaded', function() {
$('a[href$=".html"]').each(function () {
var href = $(this).attr('href');
// Only modify relative paths (not external URLs)
if (!href.startsWith("http") && href.endsWith(".html")) {
var newHref = href.replace(/\.html$/, '');
$(this).attr('href', newHref);
}
});
});
</script>
</head>
<body class="bg-gradient-body">
<nav class="navbar navbar-expand-lg py-3" data-bs-theme="dark">
<div class="container"><a class="navbar-brand d-flex align-items-center" href="#"><img src="/assets/img/logos/twine_logo_colored.png" width="283" height="79"></a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-3"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-3">
<ul class="navbar-nav mb-4 mb-lg-0 mx-auto">
<li class="nav-item"><a class="nav-link" href="/index.html">Products</a></li>
<li class="nav-item"><a class="nav-link" href="/firmware.html">Firmware Upgrades</a></li>
<li class="nav-item"><a class="nav-link" href="/utilities.html">Utilities</a></li>
<li class="nav-item"><a class="nav-link" href="/docs.html">Docs</a></li>
</ul><a class="btn bg-white bg-opacity-10 bg-gradient me-2" role="button" data-bss-hover-animate="pulse" id="btn-login" href="/login.html">Login</a>
</div>
</div>
</nav>
<section>
<div class="container py-5">
<div class="row gx-0 gx-sm-3 justify-content-center mx-auto">
<div class="col-lg-8">
<div class="card bg-white bg-opacity-10">
<div class="card-body p-sm-5 py-4">
<div class="row">
<div class="col col-xl-8 mx-auto">
<div class="text-center mb-4">
<h3 class="fw-bold">Login</h3>
<p class="text-muted mb-0">Insert your account credentials to display more resources and downloads</p>
</div>
<form action="/SignIn">
<div class="mb-3"><label class="form-label">Email</label><input class="form-control" type="email" id="txt-email" aria-describedby="emailHelp" name="email"></div>
<div class="mb-3"><label class="form-label">Password</label><input class="form-control" type="password" id="txt-password" name="password"></div>
<div class="d-flex justify-content-between mb-3">
<div class="small">
<div class="form-check"><input class="form-check-input" type="checkbox" id="chk-remember"><label class="form-check-label" for="formCheck-2">Remember me</label></div>
</div><a class="small" href="/forgotten-password.html">Forgot Password?</a>
</div><button class="btn btn-primary d-block w-100 mt-4" id="btn-signin" type="submit">Sign in</button>
<div class="text-center my-3"><small class="line-through-decoration">OR</small></div>
<div class="d-flex flex-column gap-2 flex-sm-row mb-3"><a class="btn bg-white bg-opacity-10 bg-gradient d-block w-100" role="button" href="/SignInMicrosoft"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-microsoft">
<path d="M7.462 0H0v7.19h7.462zM16 0H8.538v7.19H16zM7.462 8.211H0V16h7.462zm8.538 0H8.538V16H16z"></path>
</svg> Microsoft Account</a></div>
</form>
<div class="text-center"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="mt-5 py-5" style="background: rgba(14,14,14,0);">
<div class="container d-flex flex-column justify-content-between align-items-center flex-lg-row">
<div class="text-center text-lg-start mb-5 mb-lg-0"><a class="fs-4 fw-bold link-light" href="/"><span><a href="/"><strong><span style="color: RGBA(247, 248, 249, var(--bs-link-opacity, 1));">Twine Solutions</span></strong></a></span></a>
<p class="mt-1 mb-4" style="margin-right: 0px;">Twine Solutions offers the textile industry sustainable,<br>on-demand thread dyeing tech for yarn or twine with precision color matching technology</p><a class="btn btn-success border-0" role="button" href="https://twine-s.com">Visit Official Website</a>
</div>
<div class="text-center text-lg-end">
<div class="mb-lg-2"><a class="link-light me-2" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-facebook fs-5">
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951"></path>
</svg></a><a class="link-light" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-linkedin fs-5 me-2">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401m-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4"></path>
</svg></a><a class="link-light" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-twitter-x fs-5">
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865l8.875 11.633Z"></path>
</svg></a></div>
<ul class="nav d-flex justify-content-center mb-1"></ul>
<p class="text-muted mb-2">Copyright © Twine Solutions</p>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/js/bootstrap.bundle.min.js"></script>
<script src="/assets/js/bs-init.js"></script>
<script src="/assets/js/product.js"></script>
</body>
</html>
|