Pārlūkot izejas kodu

first commit

master
Fabien Normand pirms 2 gadiem
vecāks
revīzija
adbe19f3db
7 mainītis faili ar 75 papildinājumiem un 0 dzēšanām
  1. +8
    -0
      .idea/.gitignore
  2. +8
    -0
      .idea/modules.xml
  3. +8
    -0
      .idea/portes-ouvertes-hop.iml
  4. +22
    -0
      index.html
  5. Binārs
      laclic.png
  6. Binārs
      logo-hop.png
  7. +29
    -0
      style.css

+ 8
- 0
.idea/.gitignore Parādīt failu

@@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

+ 8
- 0
.idea/modules.xml Parādīt failu

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/portes-ouvertes-hop.iml" filepath="$PROJECT_DIR$/.idea/portes-ouvertes-hop.iml" />
</modules>
</component>
</project>

+ 8
- 0
.idea/portes-ouvertes-hop.iml Parādīt failu

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

+ 22
- 0
index.html Parādīt failu

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>Portes Ouvertes Hôp Hôp Hôp - 25 septembre 2021</title>
<link rel="stylesheet" href="style.css">
</head>

<body>

<h1 class="title">Bienvenue aux portes ouvertes de </h1>

<img id="logo-hop" src="logo-hop.png" alt="Logo hop hop hop"/>

<h2 class="title">Vous êtes chez :</h2>

<img id="logo-laclic" src="laclic.png" alt="Logo hop hop hop"/>

</body>

</html>

Binārs
laclic.png Parādīt failu

Pirms Pēc
Platums: 523  |  Augstums: 106  |  Izmērs: 9.8KB

Binārs
logo-hop.png Parādīt failu

Pirms Pēc
Platums: 322  |  Augstums: 156  |  Izmērs: 5.0KB

+ 29
- 0
style.css Parādīt failu

@@ -0,0 +1,29 @@
body{
text-align: center;
font-family: "DejaVu Sans", SansSerif;
}

.title{
color: #456;
}

h1{
margin-top: 100px;
margin-bottom: 50px;
}

h2{
margin-top: 100px;
margin-bottom: 50px;
}


#logo-laclic:hover{
cursor: crosshair;
opacity: 0.5;
}

#logo-hop:hover{
cursor: crosshair;
opacity: 0.5;
}

Notiek ielāde…
Atcelt
Saglabāt