-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
71 lines (63 loc) · 2.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Drumul Catre Imparatul Ros</title>
<link rel="icon" type="image/png" href="./pages/res/Harap_Alb_Logo.png"/>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./pages/styles/glowing-button.css">
<link rel="stylesheet" href="./pages/styles/glowing-button2.css">
<link rel="stylesheet" href="./pages/styles/glowing-button3.css">
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js" defer></script> -->
<script src="script.js" defer></script>
<script src="cool_loading_script.js" defer></script>
<link rel="stylesheet" href="cool_loading.css">
</head>
<body>
<div id="main">
<nav>
<div class="logo">
<a href="./index.html">
<img src="./pages/res/Harap_Alb_Logo.png" alt="logo">
</a>
</div>
<!-- <div class="nav-links">
<ul>
<li><a href="./about/index.html" target="_blank">
<b class="nav-links-text" id="link1">Despre</b>
</a></li>
</ul>
</div> -->
</nav>
<div class="main-content">
<div class="hero">
<div class="hero-text">
<h1 class="title-text hidden">Drumul catre Imparatul Ros</h1><br><br><br>
<h3 class="title-text hidden">Proiect realizat de:</h3><br><br><br>
<h3 class="title-text hidden">Stefan Drosu, Mateo Bajean, Alex Albu</h3><br><br><br>
<!-- <h5 class="title-text">Here's how:</h5><br><br><br> -->
<!-- <img src="./res/Down_Arrow.svg" alt="continue-button" id="continue-button"> -->
<!-- <button id="begin-btn">Incepe</button> -->
<!-- <button class='glowing-btn' id="start-btn"><span class='glowing-txt'>IN<span class='faulty-letter'>CE</span>PE</span></button> -->
<!-- <button class="glowing-btn2" id="start-btn">INCEPE</button> -->
<button class="glowing-btn3 hidden" id="start-btn">INCEPE</button>
</div>
</div>
</div>
</div>
<!-- <div id="intro">
<div class="course-text-div left-course-text top-250-pixels">
<h1 class="course-text">What makes deep work crucial?</h1>
<h3 class="course-text">
Everyone is getting distracted and those who master deep work are the ones that will survive <br>
There’s a simple question that you should use to know if you are doing shallow work… <br>
During is your phone screens upward or not? <br>
Yes? You are halfway there <br>
No? I’ll teach you how to improve your deep work sessions <br>
</h3>
</div>
</div>
<div id="test"></div> -->
</body>
</html>