-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
executable file
·208 lines (192 loc) · 7.63 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
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="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="Author" content="Joseph Ngigi">
<meta name="viewport" content="width = device-width, initial-scale = 1.0">
<link rel= "stylesheet" type="text/css" href="IndexStyle.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Dancing+Script:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!--Remember to pick font awesome-->
<script src="https://kit.fontawesome.com/d15e46b634.js" crossorigin="anonymous"></script>
<title>Designer</title>
</head>
<body>
<!--Show case and navigation bar-->
<header id="showCase">
<div id ="mainHeader" data-aos="fade-up">
<div id="webLogo">
<img height="40" src="Resources/Images2/dark-mode.png" alt="Logo">
</div>
<div id="navBar">
<nav >
<ul class = "scrollEffect">
<li><a href="#showCase">Home</a></li>
<li><a href="#showCaseTwo">Photography</a></li>
<li><a href="#userServices">Services</a></li>
<li><a href="">More Services</a></li>
<li><a href="#mainFooter">Contact me</a></li>
</ul>
</nav>
</div>
</div>
<div id="infromationSec">
<div class="mainContainer">
<div class="container">
<div class="userUtilities">
<div id="containerOne">
<h1>Joe_J Inc.</h1>
<h2>Perfection is my Goal </h2>
<p class="hideParagraph">
With perfection in mind and love for nature, I want to
make life entertaining by designing futuristic tools that
will make life easier for both the environment and the globe.
If you love photography, this the place to share and download
giving you freedom and control of what you own.
</p>
</div>
</div>
<div class="userUtilities ">
<div id="containerTwo">
<h2>Sign In</h2>
<p>For better experinces and our daily tech news,
sign in below.</p>
<button class="signIn" type ="button"><a href="Login/LoginSignup.html">Sign In</a></button>
</div>
</div>
</div>
</div>
</div>
</header>
<!--Main body of the page-->
<main id = "showCaseTwo">
<div class="randomBorders" data-aos="fade-up"></div>
<section class="textDescription">
<div class="photoDescription">
<h2>
<i class="fas fa-photography" data-aos="fade-up"></i>Gallery.
</h2>
<p class="hideParagraph"data-aos="fade-up">
If you love photography, this the place to share and download
giving you freedom and control of what you own.
</p>
</div>
</section>
<section class="infromationSec newContainer "data-aos="fade-up">
<div class="imageColumns">
<h2>NATURE</h2>
<div class="Caption">
<p>If you lose relationship with nature,
you lose relationship with humanity.</p>
<button type="button">Explore more</button>
</div>
<img src="./Resources/Images/pexels-harry-cooke-greenflowerjpg.jpg" alt="">
</div>
<div class="imageColumns">
<h2>ARCHITECTURE</h2>
<div class="Caption">
<p>Brilliant architecture,
Architecture, if it's any good, speaks to all of us.
</p>
<button type="button">Explore more</button>
</div>
<img src="./Resources/Images/pexels-alex-powell-architecture.jpg" alt="">
</div>
<div class="imageColumns">
<h2>CARS</h2>
<div class="Caption">
<p>owning one gives you an immediate and new
found sense of freedom.</p>
<button type="button">Explore more</button>
</div>
<img src="./Resources/Images/pexels-yurii-hlei-car.jpg" alt="">
</div>
</section>
<div class="randomBorders" data-aos="fade-up"></div>
<section id="userServices">
<div class="servicesTitle">
<h2>Services.</h2>
</div>
<div class="serveContain grid-3 center" data-aos="fade-up">
<div class = "Servecontent">
<i class="fas fa-mobile-alt"></i>
<h2>Mobile Development</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ad,
tempora cumque eum illum impedit exercitationem dolorum incidunt.
Beatae, magnam.</p>
</div>
<div class = "Servecontent">
<i class="far fa-file-video"></i>
<h2>Video Editing & Photgraphy</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ad,
tempora cumque eum illum impedit exercitationem dolorum incidunt.
Beatae, magnam.</p>
</div>
<div>
<i class="fas fa-network-wired"></i>
<h2>Networking</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ad,
tempora cumque eum illum impedit exercitationem dolorum incidunt.
Beatae, magnam.</p>
</div>
</div>
</section>
</main>
<!--Footer of the page-->
<footer id = "mainFooter"data-aos="fade-up">
<div class="textDescription" data-aos="fade-up">
<div class="footerColumns" data-aos="fade-up">
<ul>
<li>Shop & Learn</li>
<li><a href="">Photgraphy</a></li>
<li><a href="">Design</a></li>
<li> <a href="">Video editing</a></li>
<li><a href="">Movie</a></li>
<li><a href="">Gift</a></li>
</ul>
<ul>
<li>Joe_J inc.</li>
<li><a href="">Order services</a></li>
<li><a href="">Today at Joe_J inc.</a></li>
<li> <a href="">Boot Camp</a></li>
<li><a href="">Financing</a></li>
<li><a href="">Order status</a></li>
</ul>
<ul>
<li>Education & Business</li>
<li><a href="">Joe_J inc. & Partners</a></li>
<li><a href="">Sponsorships</a></li>
<li> <a href="">Video editing corces</a></li>
<li><a href="">Discover</a></li>
<li><a href="">Business support</a></li>
</ul>
<ul>
<li>About Joe_J Inc.</li>
<li><a href="">News</a></li>
<li><a href="">Joe_J Inc. Leadership</a></li>
<li> <a href="">Investors</a></li>
<li><a href="">Events</a></li>
<li><a href="">Contact Joe_J Inc.</a></li>
</ul>
</div>
</div>
<div class="footerBottom text-center">
Copyright ℗2021 Joe_J Inc.
</div>
<div class="footerBorder"></div>
</footer>
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous">
</script>
<script src = "main.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>