generated from Templates_CodeFirst/templateHtmlCss
modifs bandeau pages + debut page projet
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
483fd96f47
commit
b086c33b95
@ -0,0 +1,42 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Contact</title>
|
||||
<link rel="stylesheet" href="site.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header class="bandeau">
|
||||
<div class="photo_titre_bandeau">
|
||||
<img src="image/user_arpoulain.jpeg" alt="photo" class="image_accueil">
|
||||
<h1 style="margin-left: 10px; margin-top: 40px; margin-right : 10px; text-decoration: underline;">
|
||||
<a href="index.html">Poulain <br> Arsène </a>
|
||||
</h1>
|
||||
</div>
|
||||
<nav id="bouttons_liens_nav">
|
||||
<a href="Projets.html" >
|
||||
<div class="bouttons_liens"> <strong>Projets</strong>
|
||||
</div>
|
||||
</a>
|
||||
<a href="Apropos.html" >
|
||||
<div class="bouttons_liens"><strong>A propos</strong>
|
||||
</div>
|
||||
</a>
|
||||
<a href="Competences.html">
|
||||
<div class="bouttons_liens"><strong>Compétences</strong>
|
||||
</div>
|
||||
</a>
|
||||
<a href="contact.html">
|
||||
<div class="bouttons_liens"><strong>Contact</strong>
|
||||
</div>
|
||||
</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
||||
<footer class="basPage">
|
||||
<p>© 2025 Poulain Arsène. Tous droits réservés.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
@ -1,32 +0,0 @@
|
||||
body {
|
||||
padding-left: 11em;
|
||||
font-family: Georgia, 'Georgia', "Times New Roman",
|
||||
Times, serif;
|
||||
color: darksalmon;
|
||||
background-color: rgb(39, 39, 84) }
|
||||
ul.navbar {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 2em;
|
||||
left: 1em;
|
||||
width: 9em }
|
||||
h1 {
|
||||
font-family: Helvetica, Geneva, Arial,
|
||||
SunSans-Regular, sans-serif }
|
||||
ul.navbar li {
|
||||
background: white;
|
||||
margin: 0.5em 0;
|
||||
padding: 0.3em;
|
||||
border-right: 1em solid darksalmon }
|
||||
ul.navbar a {
|
||||
text-decoration: none }
|
||||
a:link {
|
||||
color: blue }
|
||||
a:visited {
|
||||
color: darkblue }
|
||||
address {
|
||||
margin-top: 1em;
|
||||
padding-top: 1em;
|
||||
border-top: thin dotted }
|
Loading…
Reference in new issue