-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
53 lines (53 loc) · 2.74 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Odin: An open-source screen recorder</title>
<meta name="description" content="An open-source screen recorder built with web technology. You Can still communicate effectively with staff and coworkers while working from home">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="static/assets/images/favicon.ico">
<link rel="stylesheet" href="static/assets/css/font-awesome.min.css">
<link rel="stylesheet" href="static/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="static/assets/css/style.css">
</head>
<body>
<header class="header-area">
<div id="home" class="header-hero bg_cover" style="background-image: url(static/assets/images/banner-bg.svg)">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="header-hero-content text-center">
<img src="static/assets/images/logo.svg" alt="Logo" width="200">
<h2 class="header-title wow fadeInUp">Odin</h2>
<h2 class="header-sub-title wow fadeInUp">An open-source screen recorder</h2>
<a href="https://github.com/chukitow/odin/releases/download/v0.5.2/Odin-0.5.2.dmg" class="main-btn">Download Mac OSx <span class="fa fa-apple"></span> </a>
<a href="https://github.com/chukitow/odin/releases/download/v0.5.2/Odin-Setup-0.5.2.exe" class="main-btn">Download Windows <span class="fa fa-windows"></span> </a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="header-hero-image text-center wow fadeIn" data-wow-duration="1.3s" data-wow-delay="1.4s">
<img src="static/assets/images/header-hero.svg" alt="hero">
</div>
</div>
</div>
</div>
</div>
</header>
<section id="features" class="services-area pt-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="section-title text-center pb-40">
<div class="line m-auto"></div>
<h3 class="title">You Can still communicate effectively with staff and coworkers while working from home</h3>
</div>
</div>
</div>
</div>
</section>
<a href="https://github.com/chukitow/odin"><img style="position: absolute; top: 0; right: 0; border: 0;z-index:999;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<script src="static/assets/js/plugins.js"></script>
</body>
</html>