-
Notifications
You must be signed in to change notification settings - Fork 0
/
thirdpage.html
47 lines (38 loc) · 1.74 KB
/
thirdpage.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
<!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">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Rowdies&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body class="body-third">
<div id="main-cont-third">
<div id="left-side">
<h1 id="header-third">Tell us about your skills</h1>
<div id="heart-cont-third">
<select placeholder="skill" id="skill-dropdown">
<option value=""></option>
</select>
<input type="text" placeholder="Experience Duration in Years" id="inpur-third-exp">
<div id="button-third-page"> Add Programming Language</div>
</div>
</div>
<div id="right-side">
<h1 id="header-third-right">A bit about our battles</h1>
<p id="paragraph-third-page"> As we said, Redberry has been on the field for quite<br>
some time now, and we have touched and embraced<br>
a variety of programming languages, technologies,<br>
philosophies, and frameworks. We are battle-tested<br>
in PHP Laravel Stack with Vue.js, refined in React,<br>
and allies with Serverside technologies like Docker<br>
and Kubernetes, and now we have set foot in the<br>
web3 industry. </p>
</div>
</div>
</body>
</html>