-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
160 lines (139 loc) · 6.07 KB
/
index.html
File metadata and controls
160 lines (139 loc) · 6.07 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
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Phototime app</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" sizes="57x57" href="/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#0C0B20">
<meta name="msapplication-TileImage" content="/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#0C0B20">
<meta property="og:image" content="tile.jpg">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="1024">
<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=Nunito:wght@600&family=Poppins:wght@400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/styles.scss">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<section id="main">
<div class="left">
<header>
<img src="img/Logo.png" alt="Logo" class="logo">
<h3 class="app-name">Phototime</h3>
</header>
<span class="advantages">OFFLINE. SUITABLE. POWERFUL</span>
<h1>The Most Convenient<br>Golden Hour Calculator</h1>
<p class="description">
Phototime calculates the time of the golden and blue hours, and also shows the weather anywhere
in the world. A trusted assistant for any photographer!
</p>
<a href="https://play.google.com/store/apps/details?id=dev.zotov.phototime">
<button class="download">
<img src="img/playstore.svg" alt="google play icon" class="google-play-icon">
Download
</button>
</a>
</div>
<div class="right">
<img src="img/preview/main.png" alt="Preview">
</div>
</section>
<section id="about">
<h2>What is the golden hour?</h2>
<p>
The time when the sun is in the most advantageous position for photographing, creating a soft warm light and a
beautiful shadow. You can read more in wikipedia
</p>
</section>
<section id="features">
<h2>Features</h2>
<div class="features-row">
<div class="feature" id="forecast">
<img src="img/icons/forecast.png" alt="sun with clouds" class="icon">
<h5>Weather forecast</h5>
<p>All the necessary weather information to know what to be ready for during the shooting</p>
</div>
<div class="feature" id="golden-hour">
<img src="img/icons/golden-hour.png" alt="sun" class="icon">
<h5>Golden & Blue hour</h5>
<p>Time when the sun is in the perfect position to create the most beautiful soft light</p>
</div>
</div>
</section>
<section id="screenshots">
<h2>App Screenshots</h2>
<div class="grid">
<img src="img/preview/1.png" alt="screenshot of home page">
<img src="img/preview/2.png" alt="screenshot of home page 2">
<img src="img/preview/3.png" alt="screenshot of loading home page">
<img src="img/preview/4.png" alt="screenshot of search page page">
<img src="img/preview/5.png" alt="screenshot of loading search page">
<img src="img/preview/6.png" alt="screenshot of no results search page">
</div>
</section>
<section id="contact">
<h3>Got an idea? Let's make you a cool app!</h3>
<div class="input-container">
<label>
<input type="email" id="email-input" placeholder="Enter your email address">
<button id="send-email-button">Send</button>
</label>
</div>
</section>
<section id="author">
<span>Created by <a href="https://zotov.dev"><span class="name">Yaroslav Zotov</span></a></span>
</section>
<div class="geometric">
<div class="rock"><img src="img/geometric/Rock.png" alt=""></div>
<div class="torus"><img src="img/geometric/Torus.png" alt=""></div>
<div class="torus-half"><img src="img/geometric/Torus-half.png" alt=""></div>
<div class="cube"><img src="img/geometric/cube.png" alt=""></div>
<div class="torus-2"><img src="img/geometric/Torus2.png" alt=""></div>
<div class="cone"><img src="img/geometric/cone.png" alt=""></div>
<div id="screenshot-light-1"></div>
<div class="dome"><img src="img/geometric/dome.png" alt=""></div>
<div class="sphere"><img src="img/geometric/sphere.png" alt=""></div>
</div>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () {
ga.q.push(arguments)
};
ga.q = [];
ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto');
ga('set', 'anonymizeIp', true);
ga('set', 'transport', 'beacon');
ga('send', 'pageview')
</script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="js/main.js"></script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>
</html>