-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (80 loc) · 3.91 KB
/
index.html
File metadata and controls
105 lines (80 loc) · 3.91 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1">-->
<title>Ringbahn.io - Berlin-based 3D production studio focused on game development, XR.</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="We focus on developing 3D assets for the gaming industry, webGL experiences, and XR use in products and services. We also create unique audio-visual experiences, and similar CGI projects.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta property="og:title" content="Berlin-based 3D production studio.">
<meta property="og:description" content="We focus on developing 3D assets for the gaming industry, webGL experiences, and XR use in products and services. We also create unique audio-visual experiences, and similar CGI projects.">
<meta property="og:image" content="https://www.ringbahn.io/image.jpg">
<meta property="og:image:alt" content="Berlin-based 3D production studio.">
<meta property="og:locale" content="en_GB">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<meta name="theme-color" content="#F0EDEA">
</head>
<body>
<div class="intro">
<div>
<div id="logo"><img src="img/logo.svg" class="logo"></div>
<div class="intro_text" id="ghost">
<h2>We are Berlin-based 3D production studio.</h2>
<img src="img/arrow.svg" class="arrow" id="arrow">
</div>
</div>
<video class="videoPlayer foo" muted autoplay playsinline>
<source src="video/intro.mp4" type="video/mp4">
<source src="video/intro.ogv" type="video/ogg">
<img src="img/video_bg.jpg" title="Your browser does not support the html video">
</video>
</div>
<section>
<div class="demo_container">
<div class="left">
<iframe class="iframe-container" src="demo1.html" frameborder="0" scrolling="no"></iframe>
</div>
<div class="right">
<div class="demo_desc">
<h3 class="demo_text">GAME ASSETS</h3>
<p class="demo_text">We design game assets that balance the immersive visual experience and match the smoothness of fine-tuned performance.</p>
</div>
</div>
</div>
</section>
<section>
<div class="demo_container">
<div class="left">
<iframe class="iframe-container" src="demo2.html" frameborder="0" scrolling="no"></iframe>
</div>
<div class="right">
<div class="demo_desc">
<h3 class="demo_text">XR & PRODUCTS</h3>
<p class="demo_text">We help products and services to advance their solutions beyond the screen and into the physical space.</p>
</div>
</div>
</div>
</section>
<section>
<div class="demo_container">
<div class="follow_container">
<h3>Follow us</h3>
<p><a href="https://www.instagram.com/ringbahn.io/" target=”_blank”>Instagram</a> | <a href="https://www.linkedin.com/company/ringbahn-io/" target=”_blank”>Linkedin</a></p>
</div>
</div>
</section>
<script>
$(function() {
$('#logo').delay(3000).fadeIn('slow');
$('#ghost').delay(5000).fadeIn('slow');
});
</script>
</body>
</html>