-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (24 loc) · 1020 Bytes
/
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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
</head>
<body>
<section class="hero is-bold is-dark is-fullheight">
<div class="hero-body">
<div class="container" style="font-family: monospace">
<h1 class="title" style="color: #ECEFF4;">
Tech Branch
</h1>
<h2 class="subtitle" style="color: #D8DEE9;">
Software works
</h2>
<div class="container">
<a href="mailto:[email protected]" style="color: #D8DEE9;" >hello<span style="color: #B48EAD;">@</span>techbranch<span style="color: #B48EAD;">.</span>net</a><br>
</div>
</div>
</div>
</section>
</body>
</html>