Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
impactometre
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
tx-techno-num
impactometre
Commits
7e62d59b
Commit
7e62d59b
authored
Jul 06, 2020
by
Elouan Le Bars
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Single page
parent
8b0c4b8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
front/public/index.html
front/public/index.html
+0
-1
front/src/components/SinglePage.vue
front/src/components/SinglePage.vue
+2
-11
No files found.
front/public/index.html
View file @
7e62d59b
...
...
@@ -16,5 +16,4 @@
<div
id=
"app"
></div>
</body>
</html>
<script
src=
"https://player.vimeo.com/api/player.js"
></script>
front/src/components/SinglePage.vue
View file @
7e62d59b
...
...
@@ -41,7 +41,6 @@
<div
v-if=
"page == 'howto'"
class=
"howto"
>
<h2>
Utilisation
</h2>
<br
/>
<p>
Cette vidéo présente l'utilisation de l'Impactomètre.
</p>
<div
class=
"video"
>
<iframe
src=
"https://player.vimeo.com/video/431704870?title=0&byline=0&portrait=0"
...
...
@@ -57,14 +56,6 @@
allowfullscreen
></iframe>
</div>
<p>
<br
/>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
ut aliquip ex ea commodo consequat. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur.
</p>
</div>
</div>
</div>
...
...
@@ -95,7 +86,7 @@ export default {
}
.single-page-body
{
position
:
absolute
;
/* position: absolute; */
padding
:
6%
;
color
:
black
;
font-size
:
16px
;
...
...
@@ -119,7 +110,7 @@ export default {
* HOWTO
*/
.video
{
padding
:
4
0%
0
0
0
;
padding
:
3
0%
0
0
0
;
position
:
relative
;
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment