-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (40 loc) · 1.05 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
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>BREW CODER</title>
</head>
<body>
<center>
<h1>
<em>EXPRESSO! ☕️</em>
</h1>
<p>
<em><strong>ISHITA </strong>- FOUNDER</em>
</p>
<hr/ size="5" noshade>
</center>
<h1>WHAT WE DO ?</h1>
<hr>
<ul>
<li> Front End Desvelopment</li>
<li> Back End Development </li>
<li>Android Development</li>
<li>IOS Development</li>
</ul>
<hr>
<a href ="signup.html">SIGN UP TODAY </a>
<hr>
<h1>OUR MEMBERS</h1>
<hr>
<table>
<tr>
<td><img src="im.png" alt="ISHITA PROFILE PICTURE"></td>
<td><ol>
<li>ISHITA MEHTA</li> <a href="ishita.html">ABOUT ISHITA</a>
</ol></td>
</tr>
</table>
<h2><a href="contact.html">Contact US</a></h2>
</body>
</html>