-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (24 loc) · 970 Bytes
/
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
<!DOCTYPE HTML>
<head>
<meta content='The Ruby Community of Pakistan!' name='description' />
<meta content='text/html; charset=us-ascii' http-equiv='Content-type' />
<link href='http://fonts.googleapis.com/css?family=Cabin:400,700' rel='stylesheet' type='text/css'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<title>Ruby Pakistan</title>
<link href="style.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id='container'>
<div id='title'>
<h1><img src="images/ruby.png"/>Ruby<span class='h1'>Pakistan</span></h1>
<h3>Coming Soon</h3>
</div>
<div id='contact'>
<h3>
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope-o fa-lg"></i></a>
<a href="https://twitter.com/rubypakistan" target="_blank"><i class="fa fa-twitter fa-lg"></i></a>
</h3>
</div>
</div>
</body>
</html>