-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcontact.html
87 lines (65 loc) · 3.23 KB
/
contact.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="en" />
<!-- blueprint CSS framework -->
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<link rel="stylesheet" type="text/css" href="/css/screen.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print" />
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="/css/ie.css" media="screen, projection" />
<![endif]-->
<link rel="stylesheet" type="text/css" href="/css/web.css" />
<link rel="stylesheet" type="text/css" href="/css/form.css" />
<title>yiiext - Contact Site</title>
</head>
<body>
<a href="https://github.com/yiiext"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/7afbc8b248c68eb468279e8c17986ad46549fb71/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
<div class="container" id="page">
<div id="header">
<div class="extensions-count"><b>55</b> great Yii extensions!</div>
<div id="logo">
<h1>yiiext</h1>
unofficial Yii extension repository
</div>
</div><!-- header -->
<div id="mainmenu">
<ul id="yw0">
<li><a href="/index.html">Extensions</a></li>
<li><a href="/faq.html">FAQ</a></li>
<li class="active"><a href="/contact.html">Contact</a></li>
</ul>
</div><!-- mainmenu -->
<div id="content">
<h1>contact</h1>
<p>For general questions, ideas or problems you can contact <b>cebe</b> and <b>samdark</b>:</p>
<hr style="margin: 0; padding: 0; "/>
<div style="float: left; width: 200px;">
<img src="https://secure.gravatar.com/avatar/c13375ba1016846e39bc0e48260d0bb1?s=140&d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png" alt="samdark" style="height: 48px; width: 48px;"/>
<b style="vertical-align: top;">samdark</b>
</div>
<ul style="float: left;">
<li>github: <a href="https://github.com/samdark">samdark</a></li>
<li>mail: <a href="mailto:[email protected]">[email protected]</a></li>
<li>twitter: <a href="http://twitter.com/sam_dark">@sam_dark</a>
</ul>
<br style="clear: both;"/>
<hr style="margin: 0; padding: 0; "/>
<div style="float: left; width: 200px;">
<img src="https://secure.gravatar.com/avatar/2ebfe57beabd0b9f8eb9ded1237a275d?s=140&d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png" alt="cebe" style="height: 48px; width: 48px;"/>
<b style="vertical-align: top;">cebe</b>
</div>
<ul style="float: left;">
<li>github: <a href="https://github.com/cebe">cebe</a></li>
<li>mail: <a href="mailto:[email protected]">[email protected]</a></li>
<li>twitter: <a href="http://twitter.com/the_cebe">@the_cebe</a>
</ul>
<br style="clear: both;"/>
</div>
<div id="footer">
Powered by <a href="http://www.yiiframework.com/" rel="external">Yii Framework</a>.
</div><!-- footer -->
</div><!-- page -->
</body>
</html>