This repository was archived by the owner on Sep 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
183 lines (150 loc) · 5.44 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DegWeb.it</title>
<link rel="stylesheet" href="css/style.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!-- Google tag (gtag.js)
<script async src="https://www.googletagmanager.com/gtag/js?id=G-xxxxxxx"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-xxxxxxxxx');-->
</script>
</head>
<body>
<video autoplay muted loop id="background-video">
<source src="img/videoback.mp4" type="video/mp4">
Il tuo browser non supporta la riproduzione video.
</video>
<!-- Popup Container -->
<div id="cookie-popup" class="cookie-popup">
<p>Our website uses cookies. By continuing to browse, you accept the use of cookies. <a href="policy.html">Read the policy here</a></p>
<button onclick="acceptCookies()">Accept</button>
</div>
<!-- header -->
<header class="header">
<a href="#" class="logo">Deg<span>Web.</span>it</a>
<!-- <i class='bx bx-menu' id="menu-icon"></i>-->
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#site">Site</a>
<a href="#logos">Logos</a>
<a href="#webapp">WebApps</a>
<a href="#exercises">Exercises</a>
<a href="mailto:[email protected]">Contact Me</a>
</nav>
</header>
<section class="home" id="home">
<div class="home-content">
<h3>Hello, it's <span>Me</span></h3>
<h1><span>Deg </span>Web</h1>
<h3>and i'm a <span>Web Developer</span></h3>
<p>Your guide to summiting the peak of digital success</p>
<div class="social-media">
<a href="#"><i class='bx bxl-patreon'></i></a>
<a href="#"><i class='bx bxl-github'></i></a>
<a href="mailto:[email protected]"><i class='bx bx-envelope'></i></a>
</div>
</div>
<div class="home-img">
<img src="img/logo.png" alt="">
</div>
</section>
<section class="site" id="site">
<div class="about-content">
<h2 class="heading">Created <span>Site</span></h2>
<div class="gallery">
<div class="gallery-item">
<a href="https://degweb.it">
<img src="img/site/clay.png" alt="silvaphoto">
<p class="image-title">Sito1</p>
</a>
</div>
<div class="gallery-item">
<img src="img/site/sbir.png" alt="">
<p class="image-title">Site2</p>
</div>
</div>
</section>
<section class="logos" id="logos">
<div class="about-content">
<h2 class="heading">Created <span>Logos</span></h2>
<div class="gallery">
<div class="gallery-item">
<img src="img/logos/Olives.png" alt="">
<p class="image-title">Olives Maroc Verte</p>
</div>
<div class="gallery-item">
<img src="img/logos/reikilogo.png" alt="">
<p class="image-title">Reiki Life Logo</p>
</div>
<div class="gallery-item">
<img src="img/logos/blacked.png" alt="">
<p class="image-title">Blackedsoul Twitch</p>
</div>
<div class="gallery-item">
<img src="img/logos/neme.png" alt="">
<p class="image-title">Nemesis Tournament</p>
</div>
</section>
<section class="webapp" id="webapp">
<div class="about-content">
<h2 class="heading">Web<span>Apps</span></h2>
<div class="gallery">
<div class="gallery-item">
<a href="webapp/timer/index.html">
<img src="img/webapp/pexels-marius-mann-1697214.jpg" alt="">
<p class="image-title">Work Timer 1.0</p>
</a>
</div>
<div class="gallery-item">
<a href="webapp/Blocconote/index.php">
<img src="img/webapp/pexels-artem-podrez-8533026.jpg" alt="">
<p class="image-title">Blocconote</p>
</a>
</div>
<div class="gallery-item">
<a href="webapp/timer2/index.html">
<img src="img/webapp/pexels-marius-mann-1697214.jpg" alt="">
<p class="image-title">Work Timer 2.0</p>
</a>
</div>
</section>
<section class="exercises" id="exercises">
<div class="about-content">
<h2 class="heading">Exercises <span>or Training</span></h2>
<div class="gallery">
<div class="gallery-item">
<a href="exercises/Formlogin/form.html">
<img src="exercises/Formlogin/pexels-pixabay-261621.jpg" alt="">
<p class="image-title">Form di Login (FreeCodeCamp) </p>
</a>
</div>
<div class="gallery-item">
<a href="exercises/degflix/home.html">
<img src="img/degflix.png" alt="">
<p class="image-title">Degflix</p>
</a>
</div>
<div class="gallery-item">
<a href="exercises/menubar/index.html">
<img src="img/exercises/pexels-clem-onojeghuo-175711.jpg" alt="">
<p class="image-title">Menu Bar (FreeCodeCamp) </p>
</a>
</div>
<div class="gallery-item">
<a href="exercises/catphotoapp/index.html">
<img src="img/exercises/pexels-pixabay-45201.jpg" alt="">
<p class="image-title">CatPhotoApp (FreeCodeCamp)</p>
</a>
</div>
</div>
</section>
<!-- script -->
<script src="js/policy.js"></script>
</body>
</html>