-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
132 lines (127 loc) · 5.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="./assets/eye.svg" />
<title>EventEye</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Damion%3A400"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa%3A400%2C700"/>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="index">
<header id="header">
<div class="logo">
<img class="eye" src="./assets/eye.svg"/>
<a class="name" href="index.html">
<p class="name">EventEye</p></a>
</div>
<nav>
<a href="about.html" class="tab">about</a>
<a href="pricing.html" class="tab">pricing</a>
<a href="signin.html" class="button-a">sing in</a>
</nav>
<div class="burger-menu">
<img class="img-burger-menu" src="./assets/burger-menu.svg"/>
</div>
</header>
<main>
<img class="cover-img" src="./assets/cover-img.png"/>
<section class="section-1">
<div class="left">
<div>
<h1>Capture and Share your memories </h1>
<p class="text">Enhance your event experience with EventEye, an innovative app designed to seamlessly capture, share, and relive your unforgettable moments. Whether you're attending a bustling festival, an inspiring conference, or a heartwarming family reunion, EventEye empowers you to connect with fellow attendees and cherish every fleeting memory.</p>
</div>
<div class="below">
<a class="button-a" href="pricing.html">I'm in!</a>
<a class="button-b" href="#section-2">what it can?</a>
</div>
</div>
<div class="right">
<img class="app-screen-3" src="./assets/app-screen-3.png"/>
<img class="app-screen-1" src="./assets/app-screen-1.png"/>
<img class="app-screen-2" src="./assets/app-screen-2.png"/>
</div>
</section>
<section id="section-2" class="section-2">
<div class="top">
<h1>Main Functions and Advantages</h1>
<p class="text">EventEye transcends the limitations of traditional photo sharing, transforming events into vibrant communities where memories are exchanged and preserved. With EventEye, you can:</p>
</div>
<div class="point">
<img class="point-img" src="./assets/img-upload.png"/>
<p>
<b>Upload and Share Photos and Videos</b>
<br/><br/>
Share your captured moments with fellow EventEye users without hassle. Our intuitive interface makes it effortless to upload, share, and discover content, ensuring you don't miss a single captivating moment.
</p>
</div>
<div class="point">
<img class="point-img" src="./assets/img-download.png"/>
<p>
<b>Select and Download the Moments that Matter</b>
<br/><br/>
Relive the essence of the event by effortlessly selecting and downloading the photos and videos that matter most to you. Organize your shared media chronologically or by author, ensuring you can easily navigate and relive the excitement of past gatherings.
</p>
</div>
<div class="point">
<img class="point-img" src="./assets/img-locate.png"/>
<p>
<b>Connect with Nearby Attendees and Discover Hidden Gems:</b>
<br/><br/>
Expand your network and connect with like-minded individuals who share your passions. Explore the event venue with ease using our interactive map, locate fellow attendees, uncover hidden gems, and plan your itinerary with effortless precision.
</span>
</p>
</div>
<div class="point">
<img class="point-img" src="./assets/img-monetize.png"/>
<p>
<b>Unleash the Monetization Potential of Your Captured Moments</b>
<br/><br/>
Transform your captured moments into a source of revenue. With EventEye's premium "PRO" plan, you can seamlessly buy or sell uploaded and priced photos, unlocking a new avenue for monetizing your creativity.</span>
</p>
</div>
<div class="point">
<img class="point-img" src="./assets/img-protect.png"/>
<p>
<b>Protect Your Creative Work and Establish Clear Ownership Rights</b>
<br/><br/>
Safeguard your creative work and establish clear ownership rights with our comprehensive copyright licensing options. As a "PRO" plan user, you can specify which copyright license will apply to your media, ensuring your work is protected and credited accordingly.</span>
</p>
</div>
</section>
<section class="window">
<h1>More than a Photo Sharing App!</h1>
<p class="text">
Enhance your event experience with EventEye, the groundbreaking app designed to seamlessly capture, share, and relive your unforgettable moments. Connect with fellow attendees, discover hidden gems, monetize your content, and enjoy effortless usability and security.
<br/>
<br/>
Try it now, free!
</p>
<a class="button-a" href="pricing.html">Download FREE App</a>
</section>
</main>
<footer>
<div class="above">
<a class="name" href="#header">EventEye</a>
<div class="soc-media-logos">
<a href="https://www.facebook.com/TimVoronkin/">
<img src="./assets/logo-fb.png"/>
</a>
<a href="https://www.instagram.com/timvoronkin/">
<img src="./assets/logo-ig.png"/>
</a>
<a href="https://www.linkedin.com/in/tim-voronkin/">
<img src="./assets/logo-li.png"/>
</a>
</div>
</div>
<div class="line">
</div>
<p class="copyright-text">Copyright © 2023 by Tim Voronkin</p>
</footer>
</div>
</body>
</html>