-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (87 loc) · 3.17 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
<!DOCTYPE html>
<html>
<head>
<title>cksiddhaarthan</title>
</head>
<body>
<table cellspacing=0 bgcolor="#FFDF00" width="100%">
<tr>
<td colspan="1"><img align="center" valign="middle" src="images/sakalogo-02.png" /></td>
<td colspan="3" align="center">
<h1 style="color: #704214; font-size: 55px; margin-bottom: 0px">
SAWKAA
</h1>
<p
style="
color: black;
margin-top: 0px;
font-size: 25px;
margin-left: 150px;
"
>
Designs
</p>
</td>
<td colspan="1" align="center">
<p
style="
color: black;
font-size: 25px;
margin-top: 0px;
margin-bottom: 0px;
"
>
<strong>C K Siddhaarthan</strong> <br />
Graphic designing services
</p>
<p style="color: black; font-size: 25px; margin-top: 0px">Tirupur</p>
</td>
</tr>
<tr>
<td colspan=1></td>
<td width=5% align="center" bgcolor="white"><p>Home</p></td>
<td width=10% align="center" bgcolor="white"><p>Services</p></td>
<td width=10% align="center" bgcolor="white"><p>Contact</p></td>
<td colspan=1></td>
</tr>
<tr bgcolor="orange">
<td colspan=5 align="center">
<p style="font-size: 20px"><strong>Projects</strong></p>
</td>
</tr>
<tr bgcolor="orange" >
<td colspan=1></td>
<td align="center"><img width="300" src="images/alpacino.jpg" />
<p align=center>Project1</p>
</td>
<td align="center"><img width="300" src="images/UNITEDBOX-01.jpg" />
<p>Project2</p>
</td>
<td align="center"><img width="300" src="images/CRICKETNEW-01.jpg" /><p>Project3</p>
</td>
<td colspan=1></td>
</tr>
<tr bgcolor="orange">
<td colspan=1></td>
<td align="center"><img width="300" src="images/Thalaivar.jpg" /><p>Project4</p</td>
<td align="center"><img width="300" src="images/MichealCorleone.jpg" /><p>Project5</p</td>
<td align="center"><img width="300" src="images/cycle.jpg" /><p>Project6</p</td>
<td colspan=1></td>
</tr>
<td colspan=5>
<table height=100% border=0 cellpadding=0 cellspacing=50 bgcolor="#28282B" width=100%>
<td width=15%></td>
<td width=35% align=center bgcolor=#f5f5f5 ><p><strong>CONNECT US</strong></p><p>Instagram</p><p>Facebook</p><p>Twitter</p></td>
<td width=35% align=center bgcolor=#f5f5f5 ><p><strong>SKILLSET</strong></p><p>Photoshop</p><p>Illustrator</p><p>Indesign</p></td>
<td width=15%></td>
</table>
</td>
</tr>
<tr bgcolor=#28282B>
<td cellpadding=0 colspan=5 align=center>
<p style=color:#f5f5f5>©2022Sawkaadesigns </p>
</td>
</tr>
</table>
</body>
</html>