Skip to content

Commit e954d93

Browse files
We LGBT Deprecation
1 parent 6992b44 commit e954d93

File tree

2 files changed

+118
-0
lines changed

2 files changed

+118
-0
lines changed

css/deprecation.css

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
body {
2+
scroll-behavior: smooth;
3+
margin: 0;
4+
font-family: "Roboto";
5+
-webkit-font-smoothing: antialiased;
6+
}
7+
8+
/* Background */
9+
.background {
10+
background: url('/img/background.png') no-repeat center center fixed;
11+
background-size: cover;
12+
min-height: 100%;
13+
width: 100%;
14+
height: auto;
15+
position: fixed;
16+
top: 0;
17+
left: 0;
18+
z-index: -1;
19+
}
20+
21+
/* Cards */
22+
.card {
23+
color: rgba(0,0,0,.87);
24+
background-color: #fff;
25+
border-radius: 2px;
26+
font-size: 14px;
27+
box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
28+
margin: 8px;
29+
padding: 24px;
30+
margin: 24px auto;
31+
max-width: 1200px;
32+
}
33+
.card-name {
34+
font-size: 24px;
35+
font-weight: 300;
36+
}
37+
.card-body {
38+
padding-top: 8px;
39+
}
40+
.card a {
41+
color: #1976d2;
42+
border-bottom: #1976d2 1.5px solid;
43+
text-decoration: none;
44+
}
45+
46+
/* Footer */
47+
#footer {
48+
color: #fff;
49+
text-align: center;
50+
margin: 8px 10%;
51+
padding: 16px 0;
52+
clear: both;
53+
}
54+
/* Social */
55+
#social {
56+
font-size: 32px;
57+
}
58+
#social > a {
59+
color: #fff;
60+
text-decoration: none;
61+
}
62+
#social i.mdi {
63+
padding: 8px;
64+
}

deprecation/We-LGBT/index.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Deprecation - We LGBT Extension- XOR Projects</title>
5+
<meta name="theme-color" content="#037ed3">
6+
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"/>
7+
8+
<!-- Icons -->
9+
<link rel="icon" href="/img/favicon.ico">
10+
11+
<!-- Styles -->
12+
<!-- Fonts -->
13+
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
14+
<!-- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> -->
15+
<link rel="stylesheet" href="//cdn.materialdesignicons.com/1.3.41/css/materialdesignicons.min.css">
16+
17+
<link rel="stylesheet" href="/css/deprecation.css">
18+
</head>
19+
<body>
20+
<!-- Bakcground -->
21+
<div class="background"></div>
22+
23+
<!-- Content Areas -->
24+
<!-- Project Area -->
25+
<div class="card">
26+
<div class="card-name">We LGBT</div>
27+
<div class="card-body">
28+
<p>We LGBT will be deprecated in the coming weeks. We LGBT was a fun extension showing how far you'd have to go to step away from the support of companies by changing their logos to the ones they used around the U.S. Supreme Court Case on June 26, 2013, and changing the icon based off of statements and the signing of the amicus brief for said court case. The world has come a long way in terms of LGBT support from U.S. companies and organizations since then, negative companies are easier to spot or evolved to reflect a positive stance. We LGBT started to become a hard-to-manage index of the ever growing amount of large companies that support LGBT equality and the issue is more complex than we could possibly tackle given that the extension was a side project.</p>
29+
<p>As for going forward, more in-depth evaluations of companies as employers are available from <a href="https://www.hrc.org/" target="_blank">Human Rights Campaign</a> as well as news and education materials with many more resources being available elsewhere on the internet. For those passionate about LGBT rights, we suggest taking action against injustices in your community and work whenever possible and being a part of nationwide movements to change the world for the better. The extension will continue to work as normal using a backup file of the internal data so We LGBT should continue it's current state as long as you have the extension installed. On May 21, 2017, the source code will be moved and the extension will be unpublished from the Chrome Web Store.</p>
30+
</div>
31+
</div>
32+
33+
<!-- Footer -->
34+
<div id="footer">
35+
<!-- Social Area -->
36+
<div id="social">
37+
<a href="https://github.com/xorprojects" target="_blank"><i class="mdi mdi-github-circle"></i></a>
38+
<a href="https://www.google.com/+XORProjects" target="_blank"><i class="mdi mdi-google-plus"></i></a>
39+
</div>
40+
<span>&copy; XOR Projects</span>
41+
</div>
42+
43+
<!-- Google Analytics -->
44+
<script>
45+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
46+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
47+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
48+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
49+
50+
ga('create', 'UA-37665721-8', 'auto');
51+
ga('send', 'pageview');
52+
</script>
53+
</body>
54+
</html>

0 commit comments

Comments
 (0)