Skip to content

Commit 6625150

Browse files
committed
Prevent img and link drag
1 parent dcb8482 commit 6625150

File tree

1,211 files changed

+61
-59351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,211 files changed

+61
-59351
lines changed

β€Ž.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
favicon/*
2+
node_modules

β€Žindex.html

+9-19
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,26 @@
44
<meta charset="UTF-8" />
55
<meta name="author" content="Kevin Duconge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<link rel="stylesheet" href="./css/main.css" />
8-
<script src="./script.js"></script>
7+
<link rel="stylesheet" href="./src/css/main.css" />
8+
<script src="./src/script.js"></script>
99
<title>Kevin D. – Intro</title>
1010
</head>
11-
<body
12-
class="position-relative d-flex flex-column justify-content-center align-items-center text-center bg-light w-100 h-100"
13-
>
11+
<body class="position-relative d-flex flex-column justify-content-center align-items-center text-center bg-light w-100 h-100">
1412
<div id="spinner" class="invisible spinner-border text-dark" role="status">
1513
<span class="sr-only">Loading...</span>
1614
</div>
1715

18-
<main
19-
class="invisible d-flex flex-column justify-content-center align-items-center text-center w-100 h-100 p-1"
20-
>
16+
<main class="invisible d-flex flex-column justify-content-center align-items-center text-center w-100 h-100 p-1">
2117
<h1 class="display-1 mb-3 text-nowrap">KΓ©vin DucongΓ©</h1>
2218
<ul class="list-inline">
23-
<a
24-
class="list-inline-item"
25-
href="https://www.linkedin.com/in/kΓ©vin-ducongΓ©-676081185"
26-
>
27-
<img
28-
class="logo"
29-
src="./assets/logos/LinkedIn-Logos/LI-In-Bug.png"
30-
alt="LinkedIn"
31-
/>
19+
<a class="list-inline-item" href="https://www.linkedin.com/in/kΓ©vin-ducongΓ©-676081185" draggable="false">
20+
<img class="logo" src="./src/assets/logos/LinkedIn-Logos/LI-In-Bug.png" draggable="false" alt="LinkedIn" />
3221
</a>
33-
<a class="list-inline-item" href="https://github.com/kevduc">
22+
<a class="list-inline-item" href="https://github.com/kevduc" draggable="false">
3423
<img
3524
class="logo"
36-
src="./assets/logos/GitHub-Mark/PNG/GitHub-Mark-120px-plus.png"
25+
src="./src/assets/logos/GitHub-Mark/PNG/GitHub-Mark-120px-plus.png"
26+
draggable="false"
3727
alt="GitHub"
3828
/>
3929
</a>

β€Žnode_modules/bootstrap-icons/LICENSE.md

-21
This file was deleted.

β€Žnode_modules/bootstrap-icons/README.md

-92
This file was deleted.

β€Žnode_modules/bootstrap-icons/bootstrap-icons.svg

-1
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/alarm-fill.svg

-3
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/alarm.svg

-7
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/align-bottom.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/align-center.svg

-3
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/align-end.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/align-middle.svg

-3
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/align-start.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/align-top.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/alt.svg

-3
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/app-indicator.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/app.svg

-3
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/archive-fill.svg

-3
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/archive.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-90deg-down.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-90deg-left.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-90deg-right.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-90deg-up.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-bar-down.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-bar-left.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-bar-right.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-bar-up.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-clockwise.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-counterclockwise.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-down-circle-fill.svg

-3
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-down-circle.svg

-5
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-down-left-circle-fill.svg

-3
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-down-left-circle.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-down-left-square-fill.svg

-3
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-down-left-square.svg

-4
This file was deleted.

β€Žnode_modules/bootstrap-icons/icons/arrow-down-left.svg

-4
This file was deleted.

0 commit comments

Comments
Β (0)