-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio-photo.html
144 lines (136 loc) · 4.86 KB
/
portfolio-photo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!doctype html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TFWLX6ZP');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="keywords" content="">
<title>DevHop!</title>
<!-- Favicon -->
<link href="assets/images/favicon.png" rel="shortcut icon">
<!-- CSS -->
<link href="assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="assets/plugins/glightbox/glightbox.min.css" rel="stylesheet">
<link href="assets/plugins/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/theme.css" rel="stylesheet">
<!-- Fonts/Icons -->
<link href="assets/plugins/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/plugins/fontawesome/css/all.css" rel="stylesheet">
</head>
<body class="theme-dark" data-preloader="true">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TFWLX6ZP"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Header -->
<div class="header-wrapper">
<div class="container">
<div class="header-nav">
<!-- Toggle Menu Button (for Desktop) -->
<button class="toggle-menu-btn">
<span></span>
</button>
<!-- Toggle Menu (for Desktop) -->
<div class="toggle-menu">
<h6 class="mb-0">Téléphone :</h6>
<a href="tel:+33 6 95 05 78 66">+33 6 95 05 78 66</a>
<div class="mt-3">
<h6 class="mb-0">Email:</h6>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<ul class="list-inline mt-3">
<li>
<a href="https://www.linkedin.com/in/paul-lesur-261596bb/"><i
class="bi bi-linkedin"></i></a>
</li>
<li>
<a href="https://www.instagram.com/paullesur/"><i class="bi bi-instagram"></i></a>
</li>
<li>
<a href="https://unsplash.com/fr/@homonculus"><i class="fa-brands fa-unsplash"></i></a>
</li>
</ul>
</div>
<!-- Nav Toggle (for Mobile) -->
<button class="nav-toggle">
<span></span>
</button>
<!-- Nav -->
<ul class="nav-list">
<li class="nav-list-item"><a href="index.html">À propos</a></li>
<li class="nav-list-item"><a href="index.html#resume">CV</a></li>
<li class="nav-list-item"><a href="portfolio-dark.html">Portfolio</a></li>
</ul>
</div>
<!-- Header Logo -->
<div class="header-logo">
<h3 class="fw-semi-bold uppercase">DevHop!</h3>
<!--
<img src="assets/images/header-logo.png" alt="">
-->
</div>
</div>
</div>
<!-- end Header -->
<!-- Project Introduction -->
<div class="section-spacing">
<div class="container">
<div class="row g-5">
<div class="col-12 col-xl-8">
<h1 class="display-2 fw-medium">Photographie</h1>
<!-- Paragraph -->
<p>Je découvre en autodidacte la photographie. Je n'ai pas vraiment pris de cours ou fait de
formations mais je fonctionne à l'expérience : je prends mon appareil photo quand je sors de
chez moi pour photographier un peu tout et n'importe quoi.</p>
<p>Mes photos sont disponibles <a href="https://unsplash.com/fr/@homonculus">Unsplash</a>.</p>
</div>
</div><!-- end row -->
</div><!-- end container -->
</div>
<!-- end Project Introduction -->
<!-- Project details -->
<div class="section-spacing pt-0">
<div class="container">
<!-- Lightbox Images -->
<div class="row g-4">
<div class="col-12 col-md-6">
<div class="img-link-box border-radius">
<img src="assets/images/photo.png" alt="">
</div>
</div>
</div>
</div><!-- end container -->
</div>
<!-- end Project details -->
<!-- Footer -->
<div class="container">
<div class="section-spacing bg-charcoal p-4 p-md-5 box-shadow border-radius-top">
<div class="row g-2 align-items-center">
<div class="col-12 col-md-6 text-center text-md-start">
<p>© 2024 DevHop! All rights reserved.</p>
</div>
<div class="col-12 col-md-6 text-center text-md-end">
<ul class="list-inline-dash">
<li><a class="link-hover-line" href="#">Remonter</a></li>
</ul>
</div>
</div><!-- end row -->
</div>
</div>
<!-- end Footer -->
<!-- Cursor Gradient -->
<div class="cursor-gradient"></div>
<!-- end Cursor Gradient -->
<!-- JavaScripts -->
<script src="assets/plugins/jquery.min.js"></script>
<script src="assets/plugins/plugins.js"></script>
<script src="assets/js/functions.js"></script>
</body>
</html>