mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Removed test classes and dev css
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Vite App</title>
|
||||
<title>Kévin Taccoen</title>
|
||||
</head>
|
||||
<body id="app">
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div class="intersection_div">
|
||||
<div class="intersection_content test">
|
||||
<h2 class="test">{{ props.text }}</h2>
|
||||
<RouterLink :to="buttonLink" @click="goToTop"><div class="button intersection_button_div test">
|
||||
<div class="intersection_content">
|
||||
<h2 class="">{{ props.text }}</h2>
|
||||
<RouterLink :to="buttonLink" @click="goToTop"><div class="button intersection_button_div">
|
||||
<p>{{buttonText}}</p>
|
||||
</div></RouterLink>
|
||||
</div>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
<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/>
|
||||
|
||||
|
||||
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