Skip to content

Commit a22ce72

Browse files
committed
removing bootsrap.css from launch landing page
1 parent 1808c8e commit a22ce72

1 file changed

Lines changed: 0 additions & 52 deletions

File tree

pythonpro/launch/templates/launch/landing_page.html

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
<meta name="theme-color" content="#ffffff">
2020
<meta name="format-detection" content="telephone=no">
2121

22-
<link rel="stylesheet" href="{% static 'css/spp/bootstrap.css' %}">
23-
2422
<link href="{% static 'css/spp/custom.css' %}" rel="stylesheet">
2523
<link href="{% static 'css/spp/normalize.min.css' %}" rel="stylesheet">
2624

@@ -40,56 +38,6 @@
4038
<meta property="og:description" content="A Semana do Programador Profissional é um evento gratuito onde vou te mostrar o passo a passo que vai te dar acesso a um mercado que paga altos salários e milhares de vagas em aberto!" />
4139
<meta property="og:image" content="{% static 'img/spp/card-python-pro.png' %}" />
4240
{% endblock %}
43-
44-
<script src="{% static 'js/sentry.5.3.0.min.js' %}" crossorigin="anonymous"></script>
45-
<script type="application/javascript">
46-
Sentry.init({
47-
dsn: '{{ SENTRY_DSN }}',
48-
allowList: [
49-
'pypro.s3.amazonaws.com',
50-
'pypro-staging.s3.amazonaws.com'
51-
],
52-
denyUrls: [
53-
{#// Facebook flakiness#}
54-
/graph\.facebook\.com/i,
55-
{#// Facebook blocked#}
56-
/connect\.facebook\.net\/en_US\/all\.js/i,
57-
{#// Woopra flakiness#}
58-
/eatdifferent\.com\.woopra-ns\.com/i,
59-
/static\.woopra\.com\/js\/woopra\.js/i,
60-
// Chrome extensions
61-
/extensions\//i,
62-
/^chrome:\/\//i,
63-
// Other plugins
64-
/127\.0\.0\.1:4001\/isrunning/i, // Cacaoweb
65-
/webappstoolbarba\.texthelp\.com\//i,
66-
/metrics\.itunes\.apple\.com\.edgesuite\.net\//i
67-
],
68-
ignoreErrors: [
69-
// Random plugins/extensions
70-
'top.GLOBALS',
71-
{#// See: http://blog.errorception.com/2012/03/tale-of-unfindable-js-error.html#}
72-
'originalCreateNotification',
73-
'canvas.contentDocument',
74-
'MyApp_RemoveAllHighlights',
75-
'http://tt.epicplay.com',
76-
'Can\'t find variable: ZiteReader',
77-
'jigsaw is not defined',
78-
'ComboSearch is not defined',
79-
'http://loading.retry.widdit.com/',
80-
'atomicFindClose',
81-
{#// Facebook borked#}
82-
'fb_xd_fragment',
83-
{#// ISP "optimizing" proxy - `Cache-Control: no-transform` seems to#}
84-
{#// reduce this. (thanks @acdha)#}
85-
{#// See http://stackoverflow.com/questions/4113268#}
86-
'bmi_SafeAddOnload',
87-
'EBCallBackMessageReceived',
88-
{#// See http://toolbar.conduit.com/Developer/HtmlAndGadget/Methods/JSInjection.aspx#}
89-
'conduitPage'
90-
]
91-
});
92-
</script>
9341

9442
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-44718512-1"></script>
9543
{# Google Tag Manager#}

0 commit comments

Comments
 (0)