-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (93 loc) · 3 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Cache-Control" content="cache" />
<meta name="author" content="Tolux001" />
<meta name="language" content="English" />
<meta name="robots" content="index,follow" />
<meta name="google" />
<meta name="googlebot" content="translate" />
<meta name="revised" content="Sunday, May 12th, 2024, 13:14pm" />
<meta name="rating" content="Safe for kids" />
<meta name="copyright" content="Copyright 2024" />
<meta name="format-detection" content="telephone=yes" />
<meta name="HandheldFriendly" content="true" />
<meta
data-rh="true"
name="og:description"
content="List Of All My Javascript Dom Project" />
<meta data-rh="true" name="og:locale" content="en_us" />
<meta data-rh="true" property="og:site_name" content="Tolux_Project" />
<meta data-rh="true" property="og:type" content="article" />
<meta data-rh="true" property="og:title" content="Tolux001_DOM_Project" />
<meta
data-rh="true"
property="og:url"
content="https://toluxdomproject.netlify.app/" />
<meta
data-rh="true"
property="og:image"
content="https://cdn.dribbble.com/users/914518/screenshots/3583137/media/59126d334dc7e94f51973c3acefb5af7.png?resize=768x576&vertical=center" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/tolux001.png" />
<!-- Stylesheet -->
<link rel="stylesheet" href="app.css" />
<title>Javascript project || Tolux</title>
</head>
<body>
<div class="preloader">
<div class="loader"></div>
</div>
<!-- The main content of the body -->
<main>
<section>
<div class="hero--section">
<div class="content">
<h1>Javascript Projects</h1>
<p>
Projects are the most practical way to learn any language, and
<span class="js--text">Javascript</span>
is no exception. This is me solidifying my knowledge of Javascript
by creating these cool projects.
</p>
<button type="button">
<a href="https://github.com/Tolux001/" class="btn">My Github</a>
</button>
</div>
<div class="hero--image">
<img
src="images/hero-2.cbb732ba.svg"
alt="man standing in front of a dashboard" />
</div>
</div>
</section>
<section id="section">
<div class="section--one">
<div class="header">
<h2>DOM Projects</h2>
<div class="underline"></div>
</div>
<!-- Container for all the dynamically added content -->
<div class="project--container">
<!-- single item container -->
<div class="container">
<a href="#" title="Link to Color flipper">
<img src="images/color-flipper.png" alt="color flipper" />
<p>Color Flipper</p>
</a>
</div>
<!-- single item container End -->
</div>
</div>
</section>
</main>
<footer></footer>
<script src="app.js"></script>
</body>
</html>