-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
176 lines (174 loc) · 6.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Adi`s Site</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<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=Merriweather+Sans:ital,wght@1,300&family=Montserrat+Alternates&family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
</head>
<body>
<div class="headerpage1">
<div class="container">
<div class="row">
<table style="width: 100%;">
<tr>
<td>
<div>
<img class="image" src="logo72.png" alt="logo72.png">
</div>
</td>
<td>
<div>
<table class="button">
<tr>
<td>
<h3>About</h3>
</td>
<td>
<h3 style="width: 110px; color: #00ab8f;">Work</h3>
</td>
<td>
<h3 style="color: #00ab8f;">Notes</h3>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="mainpage1">
<div class="container1">
<div class="sub_container1">
<table>
<tr>
<td style="width: 1%;">
<img class="my_name" src="my_image.png" alt="my_image.png">
<img class="topcloud" src="cloud.svg" alt="cloud.svg">
</td>
</tr>
<tr>
<td>
<img class="bottomcloud" src="cloud.svg" alt="cloud.svg">
<p class="p1"><strong>a creative web designer.<strong></p>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="footerpage1">
<img src="land.svg" alt="land.svg">
</div>
<div class="mainpage2">
<div class="container3">
<div class="sub_container3">
<img src="image1.svg" alt="image1.png">
<h2 class="p2">Hi.</h2>
<p class="p3">I'm a web designer / developer based in Uttar Pradesh, India.
I have a passion for web design and love to create for
web and mobile devices.</p>
</div>
</div>
</div>
<div class="mainpage3">
<table>
<tr>
<td colspan="2">
<div>
<h1 class="h1">What I can do.</h1>
</div>
</td>
</tr>
<tr>
<td style="width: 50%;">
<div>
<img class="topimage" src="image1.svg" alt="image1.svg">
</div>
</td>
<td>
<div>
<h2 style="width: 350px; color: #00ab8f; position: relative; left: 10%;">Design what you want.</h2>
<p style="width: 250px; position: relative; left: 25%;">I like to keep it simple. My goals are to focus on
Android, Web and conveying the message that
you want to send.</p>
</div>
</td>
</tr>
<tr>
<td>
<div>
<h2 style="position: relative; right: 20%; color: #00ab8f;">Develop what you need.</h2>
<p style="width: 270px; position: relative; right: 12%;">I'm a developer, so I know how to create your
website to run across devices using the latest
technologies available.</p>
</div>
</td>
<td>
<div>
<img class="bottomimage" src="image2.svg" alt="image2.svg">
</div>
</td>
</tr>
</table>
</div>
<div class="mainpage4">
<div class="container4">
<table>
<tr>
<td>
<h1 class="h2">I can help.</h1>
</td>
</tr>
<tr>
<td>
<h2 style="display: inline; color: #00ab8f; font-size: 20px;">I`m currently available for freelance work.</h2>
</td>
</tr>
<tr>
<td>
<p style="width: 550px;">If you have a project that you want to get started,
think you need my help with something or just fancy
saying hey, then get in touch.</p>
</td>
</tr>
<tr>
<td>
<!-- <input type="submit" class="button1" value="Message Me"> -->
<button class="button1"><span class="material-icons" style="position: relative; right: 5px; top: 3px;">email</span>Message Me</button>
</td>
</tr>
</table>
</div>
</div>
<div class="footermainpage">
<div>
<table>
<tr>
<th>
<h4 style="width: 100px;">Instagram</h4>
</th>
<th>
<h4>Twitter</h4>
</th>
<th>
<h4 style="width: 100px; position: relative; left: 35%;">Hire Me.</h4>
</th>
</tr>
<tr>
<td colspan="3">
<p>© 2023 <span class="name">Aditya Prakash Gupta</span>. All rights reserved</p>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>