-
Notifications
You must be signed in to change notification settings - Fork 0
/
competition.html
208 lines (208 loc) · 6.59 KB
/
competition.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!doctype html>
<html lang="sv">
<head>
<meta charset="UTF-8" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="author" content="Fadi Hanna" />
<meta name="keywords" content="Datahjalp, projekt, hjälp" />
<meta
name="description"
content="Datahjalp projekt hjälper dig att laga dina datorer."
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/icons/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/icons/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/icons/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="assets/icons/favicon/site.webmanifest" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w=="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/main.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Datahjälp - Tävling</title>
</head>
<body>
<div id="container">
<header>
<div class="mylogo">
<a href="index.html" title="Länk till logo">
<img
src="assets/images/logo.jpg"
class="logobild"
alt="Sidans logo"
title="Datahjälp logo"
width="600"
height="600"
aria-label="Sidans logo"
loading="lazy"
/>
</a>
</div>
<nav>
<ul id="mainnav">
<li>
<a href="index.html" title="Home">
<i class="fa-solid fa-house"></i>
Startsida</a
>
</li>
<li>
<a href="prices.html" title="Prices">
<i class="fa-solid fa-dollar-sign"></i>
Priser</a
>
</li>
<li>
<a href="competition.html" title="Competition">
<i class="fa-solid fa-sack-dollar"></i>
Tävling</a
>
</li>
<li>
<a href="contact.html" title="Contact">
<i class="fa-solid fa-phone"></i>
Kontakta oss</a
>
</li>
<li>
<a href="about.html" title="About">
<i class="fa-solid fa-user"></i>
Om oss</a
>
</li>
</ul>
</nav>
<hr class="line" />
</header>
<main class="main">
<section>
<!-- Skapa tävlingsinformation-->
<h1 class="myheading">Tävling</h1>
<p>
Varje år anordnar vi en tävling som resulterar på en vinnare som får
</p>
<ul class="competition-price-list">
<li>Gratis år datahjälp</li>
<li>HTC express mobil</li>
</ul>
<p>
Nu är det dags för <strong>DIG</strong> att vinna. Berätta om hur
var ditt besök egentligen.
</p>
<br />
<b> * fälten är obligatoriska </b>
</section>
<!-- Skapa en tabell med ett tävlingsformulär-->
<form method="post" class="myform">
<div class="row">
<div class="label-col">
<label for="firsttxt">Ditt namn:*</label>
</div>
<div class="form-field-col">
<input
type="text"
name="nametxt"
id="firsttxt"
aria-label="Namn"
autofocus
/>
</div>
</div>
<div class="row">
<div class="label-col">
<label for="mailtxt">Din e-postadress:*</label>
</div>
<div class="form-field-col">
<input
aria-label="Email"
id="mailtxt"
type="email"
name="emailtxt"
placeholder="user@gmail.com"
/>
</div>
</div>
<div class="row">
<div class="label-col">
<label for="chooserang">Hur var ditt besök:*</label>
</div>
<div class="form-field-col">
<select id="chooserang" name="rank">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
</select>
</div>
</div>
<div class="row">
<div class="label-col">
<label for="whytxt"
>Varför vill du delta i den här tävlingen:*</label
>
</div>
<div class="form-field-col">
<textarea cols="50" id="whytxt" rows="4" name="whytxt"></textarea>
</div>
</div>
<div class="row">
<div class="label-col">
<label for="other">Övriga frågor/kommentarer:</label>
</div>
<div class="form-field-col">
<textarea id="other" cols="50" rows="5" name="other"></textarea>
</div>
</div>
<button aria-label="Skicka" type="button">Skicka</button>
</form>
</main>
</div>
<hr class="line" />
<footer>
<p class="lead">Datahjälp AB</p>
<address>Adress: Ringvägen 5, Stockholm.</address>
<br />
<p class="lead">
E-postadress:
<a class="footerlink" href="mailto:datahjalpab@hotmail.com"
>datahjalpab@hotmail.com</a
>
<br />
Telefonnummer:
<a class="footerlink" href="tel:084751014"> 08-4751014 </a>
<br />
Mobilnummer:
<a class="footerlink" href="tel:0735798048"> 073-5798048 </a>
<br />
</p>
</footer>
</body>
</html>