-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (75 loc) · 2.46 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
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!-<![endif]-->
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Daydream_website</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/Style.css"/>
</head>
<body>
<!--------navbar---------->
<header>
<nav>
<ul class="snip1143">
<li class="current"><a href="index.html" data-hover="Home">Home</a></li>
<li><a href="Project.html" data-hover="Project">Project</a></li>
<li><a href="Render.html" data-hover="Render">Render</a></li>
<li><a href="Resources.html" data-hover="Resources">Resources</a></li>
<li><a href="Social.html" data-hover="Social">Social</a></li>
</ul>
</nav>
</header>
<!--------mainsection--------------->
<section class="wellcome2">
<div id="app">
<div id="wrapper">
<!-- Make sure data-text equals the text you put inside the tags. -->
<h1 class="glitch" data-text="Welcome">Welcome this Website is under construction </h1>
</div>
</div>
</section>
<!------------------card----------------------->
<!-- <section>
<div class="container">
<div class="box">
<span></span>
<div class="content">
<h2>Render</h2>
<p>some Renders made in Blender and Unreal Engine 5</p>
<a href="Render.html">Read More</a>
</div>
</div>
<div class="box">
<span></span>
<div class="content">
<h2>Resources</h2>
<p>Blender add ons I use and software I use or have</p>
<a href="Resources.html">Read More</a>
</div>
</div>
<div class="box">
<span></span>
<div class="content">
<h2>Social</h2>
<p>my ''about me'' section</p>
<a href="Social.html">Read More</a>
</div>
</div>
<div class="box">
<span></span>
<div class="content">
<h2>Project</h2>
<p>Stories I wrote and some Ideas</p>
<a href="Project.html">Read More</a>
</div>
</div>
</div>
</section> -->
</body>
</html>