-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (151 loc) · 5.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kavya's Capstone Project</title>
<link rel="stylesheet" href="capstone.css">
</head>
<body>
<div id="page">
<div id="navaligner">
<header class="navbar">
<img src="Images/logo{-appType}.png" class="logo">
<div class="titles">
<a href="#">Home</a>
<a href="#">Portfolio</a>
<a href="#">About</a>
<a href="#">Contact</a>
</div>
</header>
</div>
<div class="container">
<div class="hero">
<h1 class="title">Crafting Unique Geometric Designs</h1>
<img src="Images/cap1.png" class="titleimg">
</div>
<div class="grid">
<div id="row1" class="row">
<div id="project1" class="project">
<img src="Images/projectA.png">
<div class="info">
<h3>Project A</h3>
<p>Web Design</p>
</div>
</div>
<div id="project2" class="project">
<img src="Images/PROJECTB.png" >
<div class="info">
<h3>Project B</h3>
<p>Graphic Design</p>
</div>
</div>
<div id="project3" class="project">
<img src="Images/projectC.png">
<div class="info">
<h3>Project C</h3>
<p>App Design</p>
</div>
</div>
</div>
<div id="row2" class="row">
<div id="project4" class="project">
<img src="Images/projectD.png">
<div class="info">
<h3>Project D</h3>
<p>Branding</p>
</div>
</div>
<div id="project5" class="project">
<img src="Images/projectE.png">
<div class="info">
<h3>Project E</h3>
<p>UI/UX</p>
</div>
</div>
<div id="project6" class="project">
<img src="Images/projectF.png">
<div class="info">
<h3>Project F</h3>
<p>Illustration</p>
</div>
</div>
</div>
<div id="row3" class="row">
<div id="project7" class="project">
<img src="Images/projectG.png">
<div class="info">
<h3>Project G</h3>
<p>Animation</p>
</div>
</div>
<div id="project8" class="project">
<img src="Images/projectH.png">
<div class="info">
<h3>Project H</h3>
<p>Photography</p>
</div>
</div>
<div id="project9" class="project">
<img src="Images/projectI.png" >
<div class="info">
<h3>Project I</h3>
<p>Video Production</p>
</div>
</div>
</div>
</div>
</div>
<div class="intro">
<p>I am a passionate designer focused on creating dynamic, geometric visuals that captivate and inspire. My work spans various disciplines, including web design, branding, and illustration.</p>
</div>
<div class="aligner">
<div class="projects">
<h1>Featured Project</h1>
<p>Explore my latest project that combines cutting-edge design with a unique geometric style.</p>
<div>
<button class="discover-button">Discover My Project</button>
</div>
</div>
<img src="Images/abstract.png" class="projectimg">
</div>
<div class="segment">
<div class="spacer"></div>
<p class="para">
My design philosophy revolves around the use of geometric shapes and patterns to create visually striking and memorable experiences. I believe in the power of simplicity and the beauty of structure.
</p>
</div>
<div class="landing-footer">
<div class="seg">
<h1 class="footer-para">
Let's connect and create something amazing together.
</h1>
<form class="footer-form">
<div class="email">
<input placeholder="Your Email" type="email">
</div>
<div class="submit">
<input type="submit" value="Submit">
</div>
</form>
<div class="socials">
<img src="Images/facebook.png" alt="Facebook">
<img src="Images/instagram.png" alt="Instagram">
<img src="Images/twitter.png" alt="Twitter">
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footer-content">
<div id="pagelinks">
<p>© 2023 GeoArt</p>
</div>
<div class="buttonlarge">
<p>Contact Me</p>
</div>
</div>
</div>
</div>
</body>
</html>