Skip to content

Commit 3ff9a44

Browse files
committed
chore: update assets
1 parent 62b6813 commit 3ff9a44

File tree

4 files changed

+3
-27
lines changed

4 files changed

+3
-27
lines changed

assets/icon.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

assets/logo.png

2.72 KB
Loading

index.html

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,38 +13,18 @@
1313
<meta property="og:title" content="Lambda Study Group"/>
1414
<meta property="og:description" content="Nosso grupão mais top e funcional do telegram."/>
1515
<meta property="og:image" content="https://lambda-study-group.github.io/assets/logo.png"/>
16-
1716
<meta name="twitter:card" content="summary"/>
18-
<!-- <meta name="twitter:site" content="@"/> -->
19-
<!-- <meta name="twitter:creator" content="@"/> -->
2017

2118
<link rel="manifest" href="/manifest.webmanifest"/>
19+
<link rel="shortcut icon" href="/assets/logo.png">
2220

23-
<!-- run this to generate the data URI
24-
$ node -e "console.log(\`href=\"data:image/svg+xml,\${encodeURIComponent(\`$(cat assets/logo.svg)\`)}\"\`)"
25-
-->
26-
<link rel="icon"
27-
href="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23e4e4e4%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%2F%3E%0A%20%20%20%20%3Ctext%20fill%3D%22%23c070a0%22%20x%3D%221%22%20y%3D%2215%22%3E%26%23955%3B%3C%2Ftext%3E%0A%3C%2Fsvg%3E"
28-
type="image/svg+xml"/>
2921
<link rel="stylesheet"
3022
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
3123
integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu"
3224
crossorigin="anonymous">
33-
25+
3426
<link href="https://fonts.googleapis.com/css?family=Ropa+Sans|Rhodium+Libre&display=swap"
3527
rel="stylesheet">
36-
37-
<style>
38-
.jumbotron {
39-
text-align: center;
40-
margin: 10%;
41-
}
42-
.project-box {
43-
display: flex;
44-
justify-content: space-evenly;
45-
flex-flow: row wrap;
46-
}
47-
</style>
4828
</head>
4929

5030
<body>

manifest.webmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"icons": [
1111
{
1212
"src": "https://lambda-study-group.github.io/assets/logo.png",
13-
"sizes": "2000x2727",
13+
"sizes": "128x128",
1414
"type": "image/png"
1515
}
1616
]

0 commit comments

Comments
 (0)