-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (66 loc) · 3.3 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
<!DOCTYPE html>
<html>
<head>
<title>HubDrop</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@hubdrop">
<meta name="twitter:creator" content="@hubdrop">
<meta name="twitter:title" content="HubDrop.org">
<meta name="twitter:description" content="Mirror Drupal.org projects on GitHub.">
<meta name="twitter:image" content="http://hubdrop.org/img/logo.png">
<!-- Bootstrap -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/hubdrop.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<link rel="icon" sizes="16x16" href="/favicon.ico" />
<link href="/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div id="content">
<div class="block">
<div id="header">
<a href='/'><img src='/img/logo.png'></a>
<h1><a href='/'>HubDrop.org</a></h1>
<p class='lead'>Mirror drupal.org projects on GitHub.</p>
<p><del>Now</del> No Longer Mirroring: <a href='http://github.com/drupalprojects'>530
drupal.org projects</a>.</p>
<h2>So long, and thanks for all the fish!</h2>
<p>HubDrop.org is no longer in operation, now that <a href="https://www.drupal.org/drupalorg/blog/developer-tools-initiative-part-5-gitlab-partnership">Drupal.org is deploying GitLab!</a><p>
</div>
<a href="https://github.com/hubdrop/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<form id="project-go-form" class="text-center">
<div class="input-group">
<span class="input-group-addon">http://drupal.org/project/</span>
<input type="text" class="form-control project" placeholder="Project Name" name="project_name" required autofocus disabled="disabled">
<span class="input-group-btn">
<input type="submit" value="Go" class="btn btn-success" disabled="disabled">
</span>
</div>
</form>
</div>
</div>
<div class="container" id="footer-message" >
<div class="page col-sm-12" >
<p class="text-warning text-center">
<a href="http://hubdrop.org">hubdrop</a> is fully Open Source.
</p>
<p class="text-center">
<a href="http://blog.hubdrop.org">Blog</a> -
<a href="http://github.com/hubdrop">Code</a> -
<a href="http://github.com/hubdrop/development/issues">Issues</a> -
<a href='/about' title="About HubDrop">About</a> -
<a href='http://twitter.com/hubdrop' title="About HubDrop">Twitter</a>
</p>
<p class="text-center">
</p>
</div>
</div>
</body>
</html>