mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 14:44:46 +02:00
Removed test classes and dev css
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="icon" href="/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Vite App</title>
|
<title>Kévin Taccoen</title>
|
||||||
</head>
|
</head>
|
||||||
<body id="app">
|
<body id="app">
|
||||||
<script type="module" src="/src/main.js"></script>
|
<script type="module" src="/src/main.js"></script>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="intersection_div">
|
<div class="intersection_div">
|
||||||
<div class="intersection_content test">
|
<div class="intersection_content">
|
||||||
<h2 class="test">{{ props.text }}</h2>
|
<h2 class="">{{ props.text }}</h2>
|
||||||
<RouterLink :to="buttonLink" @click="goToTop"><div class="button intersection_button_div test">
|
<RouterLink :to="buttonLink" @click="goToTop"><div class="button intersection_button_div">
|
||||||
<p>{{buttonText}}</p>
|
<p>{{buttonText}}</p>
|
||||||
</div></RouterLink>
|
</div></RouterLink>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<featuresDisplay/>
|
<featuresDisplay/>
|
||||||
|
|
||||||
<intersection style="margin-top: 20px;" text="Lorem ipsum dolor sit amet" button-text="En savoir plus" button-link="#" />
|
<!--<intersection style="margin-top: 20px;" text="Lorem ipsum dolor sit amet" button-text="En savoir plus" button-link="#" />-->
|
||||||
|
|
||||||
<projects/>
|
<projects/>
|
||||||
|
|
||||||
|
|||||||
3
vue.config.js
Normal file
3
vue.config.js
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
module.exports = {// https://learnvue.co/articles/deploy-vue-to-github-pages
|
||||||
|
publicPath: "/", // Custom domain in prod, local in dev.. Always the same
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user