Skip to content

Commit

Permalink
Removendo rota morta
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovirote committed Oct 21, 2017
1 parent 472337e commit 7d3910b
Show file tree
Hide file tree
Showing 54 changed files with 673 additions and 5,895 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Iuvo</title>
<title>iuvo</title>
<link rel="icon" type="image/png" sizes="32x32" href="/static/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/img/icons/favicon-16x16.png">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link href="https://unpkg.com/vuetify/dist/vuetify.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">
<!--[if IE]><link rel="shortcut icon" href="/static/img/icons/favicon.ico"><![endif]-->
<!-- Add to home screen for Android and modern mobile browsers -->
<link rel="manifest" href="/static/manifest.json">
Expand All @@ -27,14 +28,15 @@
for (var file of chunk.files) {
if (file.match(/\.(js|css)$/)) { %>
<link rel="<%= chunk.initial?'preload':'prefetch' %>" href="<%= htmlWebpackPlugin.files.publicPath + file %>" as="<%= file.match(/\.css$/)?'style':'script' %>"><% }}} %>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.4.3/css/bulma.min.css">

</head>
<body>
<div id="app">This is your fallback content in case JavaScript fails to load.</div>
<!-- Todo: only include in production -->
<%= htmlWebpackPlugin.options.serviceWorkerLoader %>
<!-- built files will be auto injected -->
</body>
<link rel="stylesheet" href="./static/css/styles.css">
</html>
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "tcc",
"name": "iuvo",
"version": "1.0.0",
"description": "PWA utilizando vue.js que tem como objetivo entregar uma aplicação para gestão de doações e meio de contribuição para instituições sociais.",
"author": "Milene Vieira Lacerda <[email protected]>",
"description": "PWA utilizando vue.js que tem como objetivo permitir pedir ajuda em situações de risco, ajudar pessoas e gerar dados para previnir futuros imprevistos devido mudanças climáticas. Tudo isso atravéz de uma interface amigável que conta com a ajuda de um BOT e machine learning",
"author": "Milene Vieira Lacerda, Victor Serpa e Paulo Virote de Souza",
"private": true,
"scripts": {
"dev": "npm install && node build/dev-server.js",
Expand Down
7 changes: 3 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
</script>

<style lang="stylus">
iuvo-main-blue = #2c3e50
iuvo-dark-blue = #1c2d3e
body
margin: 0;
background-color: iuvo-main-blue;
background-color: #2d313d !important;
height: 100vh;
.wrapper{
Expand All @@ -45,8 +43,9 @@ header
margin: 0;
height: 56px;
padding: 0 16px 0 24px;
background-color: #00d1b2;
background-color: #eb6e8a;
color: #fff;
header span
display: block;
position: relative;
Expand Down
175 changes: 0 additions & 175 deletions src/assets/images/animated/cloudy-day-1.svg

This file was deleted.

Loading

0 comments on commit 7d3910b

Please sign in to comment.