-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
83 lines (73 loc) · 2.4 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>codegenic</title>
<link rel="stylesheet" href="bulma.min.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<section class="section is-centered" id="header">
<div class="container">
<h1 class="title">
<img src="logo.svg" width="400px">
</h1>
<p class="subtitle">
Software that <strong>scales 😎</strong>
</p>
</div>
</section>
<section class="section" id="main">
<div class="columns is-centered">
<div class="column">
<div class="container">
<img src="team.jpg" />
</div>
</div>
<div class="column">
<h1 class="title">
Codegenic is all about delivering
cutting edge software solutions and making sure that
your business scales.
</h1>
<p class="subtitle">
At codegenic, we're all about delivering reliable and secure software solutions for your business.
Our highly skilled team of engineers is dedicated to staying at the forefront of research and
implementation to bring innovative ideas to life.
</p>
<p>
We've had the privilege of working with top clients like Chainlink, Binance and Trust Wallet, and we're
committed to delivering the same level of excellence to every project we take on.
We believe in the power of collaboration and teamwork, and we're here to work with
you every step of the way to ensure that your project is a success.
We're here to help you innovate and succeed.
</p>
</div>
</div>
</section>
<section class="section" id="footer">
<div class="container">
<div class="columns">
<div class="column">
<h1 class="title">
Contact Us!
</h1>
<p class="subtitle">
Contact us at [email protected]
</p>
</div>
<div class="column"></div>
<div class="column"></div>
<div class="column">
<img src="logo.svg" width="200px">
<a href="https://github.com/codegenic-dev" target="_blank">
<img src="github.png" width="64px">
</a>
</div>
</div>
</div>
</section>
</body>
</html>