-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (84 loc) · 5.92 KB
/
index.html
File metadata and controls
85 lines (84 loc) · 5.92 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/output.css">
<link rel="stylesheet" href="fonts/css/fontello.css">
</head>
<body>
<main class="w-full h-[110vh] flex flex-wrap relative ">
<img class="w-full h-full object-cover object-center absolute top-0 left-0 z-[-1]" src="" alt="">
<section class="w-full h-[30vh] md:h-[40vh] md:pb-[5%] lg:pb-[5%] md:px-[20%]">
<div class="w-full h-[30%] flex *:h-full ">
<figure class="w-[30%] flex items-center justify-start ps-4">
<img class="object-cover w-[40px] md:w-[60px] lg:w-[80px]" src="images/logo.svg" alt="">
</figure>
<div class="w-[70%] flex justify-end items-center pe-4">
<input id="search" class="bg-transparent border-b-[1px] w-[120px] outline-none pb-2 text-white text-sm" type="text" placeholder="Search location...">
<button id="search-button" class="text-white text-sm border-b-[1px] pb-2 icon-search"></button>
</div>
</div>
<div class="w-full h-[70%] flex *:h-[100px] items-end ps-4 justify-center md:gap-5 lg:gap-10">
<span id="temp" class="text-white flex items-center text-6xl md:text-7xl "><sub class="text-white text-3xl">o</sub></span>
<div class="flex flex-wrap max-w-[170px] ps-2">
<span id="name" class="w-full h-1/2 text-white items-end flex text-3xl md:text-4xl capitalize"></span>
<span id="time" class="w-full h-1/2 text-white items-start flex text-sm md:text-base lg:text-lg"></span>
</div>
<img class="bg-transparent w-[50px] " id="logo" src="" alt="">
</div>
</section>
<section class="w-full h-[70vh] md:h-[60vh] flex flex-wrap backdrop-blur-sm backdrop-brightness-125 border-t md:px-[20%]">
<div class="w-full flex items-center justify-center h-[20%] text-white text-sm md:text-base">Weather Details</div>
<div id="weather-description" class="w-full flex items-center justify-center h-[20%] text-white text-xl lg:text-3xl"></div>
<div class="w-full flex flex-wrap h-[60%] *:w-full *:flex *:h-1/3 *:justify-between">
<div class="*:w-1/2 *:h-full">
<span class="flex items-center ps-4 justify-start text-[#b3b9ba] text-sm md:text-base lg:text-xl ">Humidity</span>
<div class="flex justify-end gap-2 items-center pe-4 ">
<span class="text-white text-sm md:text-base lg:text-xl " id="humidity"></span>
<img class="text-sm md:text-base lg:text-xl " src="images/humadity.svg" alt="">
</div>
</div>
<div class="*:w-1/2 *:h-full">
<span class="flex items-center ps-4 justify-start text-[#b3b9ba] text-sm md:text-base lg:text-xl">Cloudy</span>
<div class="flex justify-end gap-2 items-center pe-4 ">
<span class="text-white md:text-base lg:text-xl" id="cloud"></span>
<img class="md:text-base lg:text-xl" src="images/cloudy.svg" alt="">
</div>
</div>
<div class="*:w-1/2 *:h-full">
<span class="flex items-center ps-4 justify-start text-[#b3b9ba] text-sm md:text-base lg:text-xl">Wind</span>
<div class="flex justify-end gap-2 items-center pe-4 ">
<span class="text-white md:text-base lg:text-xl" id="wind"></span>
<img class="md:text-base lg:text-xl" src="images/wind.svg" alt="">
</div>
</div>
</div>
</section>
<section class="w-full bg-transparent backdrop-blur-sm border-t backdrop-brightness-125">
<div class=" flex flex-wrap py-[20px] h-[10vh] md:px-[20%] ">
<h1 class="text-white h-full ps-4 w-[50%] flex justify-start items-center content-center md:text-[24px]">Ermia Razavi
</h1>
<nav class="h-full w-[50%]">
<ul class="flex w-full h-full justify-end items-center content-center gap-[5px]">
<li class="w-[50px] h-[50px] flex justify-center items-center"><a
class="w-full h-full flex justify-center items-center" href="https://www.linkedin.com/in/ermia-razavi-a611312a3/"><i
class="w-full h-full flex justify-center items-center icon-linkedin text-white md:text-[20px] hover:bg-[gray] rounded-[50%] duration-[0.4s]"></i></a>
</li>
<li class="w-[50px] h-[50px] flex justify-center items-center"><a
class="w-full h-full flex justify-center items-center" href="https://github.com/ErmiaRZV"><i
class="w-full h-full flex justify-center items-center icon-github-circled text-white md:text-[20px] hover:bg-[gray] rounded-[50%] duration-[0.4s]"></i></a>
</li>
<li class="w-[50px] h-[50px] flex justify-center items-center"><a
class="w-full h-full flex justify-center items-center" href="https://www.instagram.com/ermia_razavi.dev/?utm_source=ig_web_button_share_sheet"><i
class="w-full h-full flex justify-center items-center icon-instagram text-white md:text-[20px] hover:bg-[gray] rounded-[50%] duration-[0.4s]"></i></a>
</li>
</ul>
</nav>
</div>
</section>
</main>
<script src="js/main.js "></script>
</body>
</html>