-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (41 loc) · 2.15 KB
/
index.html
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
<!-- HTML5 Bootstrap 5 boilerplate-->
<html lang="en">
<head>
<!-- Import Bootstrap 5 -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous">
<!--Helmet-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="We deliver end-to-end software development & support solutions to businesses, specializing in the development of time-sensitive and innovative SaaS, mobile and on-premises solutions. We are a team of passionate software developers, designers, and project managers.">
<meta name="author" content="Fabian Ferno">
<title>We Símera</title>
<link rel="icon" type="image/x-icon" href="https://github.com/we-simera/brand/blob/main/Logo-01.jpg?raw=true">
</head>
<body class="" style="background:black">
<div class="container ">
<div class="row h-100 d-flex justify-content-center align-items-center">
<div class="col-md-12">
<h1 class="text-white" style="font-size: 8rem;">We, Símera</h1>
<p class="text-secondary" style="font-size: 2.5rem;">
We deliver end-to-end software development & support solutions to businesses, specializing in the development
of time-sensitive and innovative SaaS, mobile and on-premises solutions. We are a team of passionate
software developers, designers, and project managers. <br><br> <span>Start Today with
<span style="color: rgb(40, 202, 167); font-weight:medium">Símera</span>.</span>
</p>
<p class="h4 text-secondary mt-5">
<a class=" text-decoration-none text-white" href="mailto:[email protected]" class="text-white">
</a>
</p>
</div>
</div>
</div>
<!-- Import Bootstrap 5 -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://
</body>
</html>