Skip to content

Commit 18b996e

Browse files
committed
Deploying to gh-pages from @ fe9ea75 🚀
1 parent 40f2287 commit 18b996e

14 files changed

+128
-0
lines changed

404.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<title>MiB Development Group</title>
7+
<script type="text/javascript">
8+
var segmentCount = 0;
9+
10+
var l = window.location;
11+
l.replace(
12+
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
13+
l.pathname.split('/').slice(0, segmentCount).join('/') + '/?p=/' +
14+
l.pathname.slice(1).split('/').slice(segmentCount).join('/').replace(/&/g, '~and~') +
15+
(l.search ? '&q=' + l.search.slice(1).replace(/&/g, '~and~') : '') +
16+
l.hash
17+
);
18+
19+
</script>
20+
</head>
21+
22+
<body>
23+
</body>
24+
25+
</html>

asset-manifest.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"files": {
3+
"main.js": "/static/js/main.4b6fbe22.js",
4+
"index.html": "/index.html",
5+
"main.4b6fbe22.js.map": "/static/js/main.4b6fbe22.js.map"
6+
},
7+
"entrypoints": [
8+
"static/js/main.4b6fbe22.js"
9+
]
10+
}

eh.jpg

55.4 KB
Loading

favicon.ico

1.12 KB
Binary file not shown.

fullscreen.jpg

20.3 KB
Loading

hackatomic.jpg

41.3 KB
Loading

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="title" content="MiB Development Group"/><meta name="description" content="Conheça o MiB, um grupo de desenvolvimento fundado no Brasil que busca por espaço no mercado tecnológico."/><meta name="keywords" content="mib, development, group, grupo, desenvolvimento, made in brasil"/><title>MiB Development Group</title><link href="https://fonts.googleapis.com/css?family=Roboto|Permanent+Marker&display=swap" rel="stylesheet"><style>*{margin:0;padding:0;color:#eee;font-weight:100;font-family:Roboto,Helvetica,sans-serif}::selection{color:#000;background:#fff}::-moz-selection{color:#000;background:#fff}body{scroll-behavior:smooth}</style><script defer="defer" src="/static/js/main.4b6fbe22.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript">!function(i){if(i.search){var a={};i.search.slice(1).split("&").forEach((function(i){var l=i.split("=");a[l[0]]=l.slice(1).join("=").replace(/~and~/g,"&")})),void 0!==a.p&&window.history.replaceState(null,null,i.pathname.slice(0,-1)+(a.p||"")+(a.q?"?"+a.q:"")+i.hash)}}(window.location)</script></body></html>

old-pc.png

908 KB
Loading

searchpro.jpg

38.3 KB
Loading

static/js/main.4b6fbe22.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)