Skip to content

Commit 0150a80

Browse files
committed
update website
1 parent 3226b5d commit 0150a80

File tree

4 files changed

+95
-48
lines changed

4 files changed

+95
-48
lines changed

github.png

7.08 KB
Loading

index.html

Lines changed: 76 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,85 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>codegenic</title>
7-
<link rel="stylesheet" href="bulma.min.css">
8-
<link rel="stylesheet" href="style.css">
9-
<link rel="icon" type="image/png" href="favicon.png" />
10-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Space+Mono">
11-
</head>
12-
<body>
13-
<section class="main">
14-
<div class="container">
15-
<img src="logo.svg" class="logo">
163

17-
<p class="slogan">
18-
coding is our cardio
19-
</p>
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<title>codegenic</title>
8+
<link rel="stylesheet" href="bulma.min.css">
9+
<link rel="stylesheet" href="style.css">
10+
<link rel="icon" type="image/png" href="favicon.png" />
11+
</head>
2012

21-
<p class="description">
22-
At Codegenic, we're all about delivering cutting-edge software solutions for your web and crypto business. Our highly skilled team of engineers is dedicated to staying at the forefront of research and implementation to bring innovative ideas to life.
23-
We've had the privilege of working with top clients like Binance, Chainlink, 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.
24-
So if you're looking for a reliable partner to help bring your web and crypto ideas to life, look no further than Codegenic. We're here to help you innovate and succeed.
13+
<body>
14+
<section class="section is-centered" id="header">
15+
<div class="container">
16+
<h1 class="title">
17+
<img src="logo.svg" width="400px">
18+
</h1>
19+
<p class="subtitle">
20+
Software that <strong>scales</strong>.
2521
</p>
22+
</div>
23+
</section>
2624

27-
<p class="contact">
28-
Emails are so yesterday - find us on Telegram for all your web3 and software needs!
29-
<a href="https://t.me/eoozs" target="_blank">@eoozs</a>
30-
</p>
25+
<section class="section" id="main">
26+
<div class="columns is-centered">
27+
<div class="column">
28+
<div class="container">
29+
<img src="team.jpg" />
30+
</div>
31+
</div>
32+
33+
<div class="column">
34+
<h1 class="title">
35+
Codegenic is all about delivering
36+
cutting edge software solutions and making sure that
37+
your business scales.
38+
</h1>
39+
40+
<p class="subtitle">
41+
At codegenic, we're all about delivering reliable and secure software solutions for your business.
42+
Our highly skilled team of engineers is dedicated to staying at the forefront of research and
43+
implementation to bring innovative ideas to life.
44+
</p>
45+
<p>
46+
We've had the privilege of working with top clients like Chainlink, Binance and Trust Wallet, and we're
47+
committed to delivering the same level of excellence to every project we take on.
48+
We believe in the power of collaboration and teamwork, and we're here to work with
49+
you every step of the way to ensure that your project is a success.
50+
We're here to help you innovate and succeed.
51+
</p>
52+
</div>
3153

54+
<div class="column"></div>
3255
</div>
3356
</section>
34-
</body>
35-
</html>
57+
58+
<section class="section" id="footer">
59+
<div class="container">
60+
<div class="columns">
61+
62+
<div class="column">
63+
<h1 class="title">
64+
Contact Us!
65+
</h1>
66+
<p class="subtitle">
67+
68+
Contact us at info@codegenic.dev
69+
</p>
70+
</div>
71+
<div class="column"></div>
72+
<div class="column"></div>
73+
<div class="column">
74+
<img src="logo.svg" width="200px">
75+
<a href="https://github.com/codegenic-dev" target="_blank">
76+
<img src="github.png" width="64px">
77+
</a>
78+
</div>
79+
</div>
80+
</div>
81+
</section>
82+
83+
</body>
84+
85+
</html>

style.css

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,34 @@
1-
html,body {
2-
margin: 0;
3-
height: 100%;
4-
background-color: #000000;
5-
font-family: 'Space Mono'
1+
#header {
2+
background-color: rgb(22, 98, 219);
3+
border-bottom: 16px solid yellow;
64
}
75

8-
section.main {
9-
margin-top: 64px;
10-
padding: 32px;
6+
#header p {
7+
color: rgb(247, 249, 255);
118
}
129

13-
section.main p {
14-
font-size: 130%;
10+
#header p strong {
11+
color: white;
1512
}
1613

17-
p.slogan {
18-
color: #0F6292;
14+
#main {
15+
background-color: beige;
16+
min-height: 1024px;
1917
}
2018

21-
p.description {
22-
color: #16FF00;
23-
margin-top: 64px;
19+
#main .title {
20+
margin-top: 24px;
2421
}
2522

26-
p.contact {
27-
color: #FFED00;
28-
margin-top: 128px;
23+
#main .container img {
24+
max-width: 512px;
2925
}
3026

31-
.logo {
32-
max-width: 312px;
27+
#main .subtitle {
28+
margin-top: 48px;
3329
}
3430

35-
a {
36-
color: white;
31+
#footer {
32+
border-top: 16px solid yellow;
33+
background-color: rgb(135, 222, 218);
3734
}

team.jpg

145 KB
Loading

0 commit comments

Comments
 (0)