bonne photos pour les revue 26 et 27
This commit is contained in:
45
README.md
45
README.md
@@ -1,45 +0,0 @@
|
||||
**Edit a file, create a new file, and clone from Bitbucket in under 2 minutes**
|
||||
|
||||
When you're done, you can delete the content in this README and update the file with details for others getting started with your repository.
|
||||
|
||||
*We recommend that you open this README in another tab as you perform the tasks below. You can [watch our video](https://youtu.be/0ocf7u76WSo) for a full demo of all the steps in this tutorial. Open the video in a new tab to avoid leaving Bitbucket.*
|
||||
|
||||
---
|
||||
|
||||
## Edit a file
|
||||
|
||||
You’ll start by editing this README file to learn how to edit a file in Bitbucket.
|
||||
|
||||
1. Click **Source** on the left side.
|
||||
2. Click the README.md link from the list of files.
|
||||
3. Click the **Edit** button.
|
||||
4. Delete the following text: *Delete this line to make a change to the README from Bitbucket.*
|
||||
5. After making your change, click **Commit** and then **Commit** again in the dialog. The commit page will open and you’ll see the change you just made.
|
||||
6. Go back to the **Source** page.
|
||||
|
||||
---
|
||||
|
||||
## Create a file
|
||||
|
||||
Next, you’ll add a new file to this repository.
|
||||
|
||||
1. Click the **New file** button at the top of the **Source** page.
|
||||
2. Give the file a filename of **contributors.txt**.
|
||||
3. Enter your name in the empty file space.
|
||||
4. Click **Commit** and then **Commit** again in the dialog.
|
||||
5. Go back to the **Source** page.
|
||||
|
||||
Before you move on, go ahead and explore the repository. You've already seen the **Source** page, but check out the **Commits**, **Branches**, and **Settings** pages.
|
||||
|
||||
---
|
||||
|
||||
## Clone a repository
|
||||
|
||||
Use these steps to clone from SourceTree, our client for using the repository command-line free. Cloning allows you to work on your files locally. If you don't yet have SourceTree, [download and install first](https://www.sourcetreeapp.com/). If you prefer to clone from the command line, see [Clone a repository](https://confluence.atlassian.com/x/4whODQ).
|
||||
|
||||
1. You’ll see the clone button under the **Source** heading. Click that button.
|
||||
2. Now click **Check out in SourceTree**. You may need to create a SourceTree account or log in.
|
||||
3. When you see the **Clone New** dialog in SourceTree, update the destination path and name if you’d like to and then click **Clone**.
|
||||
4. Open the directory you just created to see your repository’s files.
|
||||
|
||||
Now that you're more familiar with your Bitbucket repository, go ahead and add a new file locally. You can [push your change back to Bitbucket with SourceTree](https://confluence.atlassian.com/x/iqyBMg), or you can [add, commit,](https://confluence.atlassian.com/x/8QhODQ) and [push from the command line](https://confluence.atlassian.com/x/NQ0zDQ).
|
||||
32
menu.html
32
menu.html
@@ -1,32 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>kosmopolit</title>
|
||||
<meta name="description" content="description du site web">
|
||||
<meta name="keywords" content="truc, bidule, chouette">
|
||||
<link href="./styles/style.css" type="text/css" rel="stylesheet">
|
||||
<link href="./styles/header.css" type="text/css" rel="stylesheet">
|
||||
<link href="./styles/menu.css" type="text/css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div id="header" class="menu">
|
||||
<a class="link-index container-link-asso" href="./pages/asso.html">
|
||||
<div class="dot-link dot-link-asso"></div>
|
||||
<h1 class="menu-link link-asso">KOSMOPOLIT l'association</h1>
|
||||
</a>
|
||||
<a class="link-index container-link-litterall" href="./pages/litterall.html">
|
||||
<div class="dot-link dot-link-litterall"></div>
|
||||
<h1 class="menu-link link-litterall">LITTERall</h1>
|
||||
</a>
|
||||
<a class="link-index container-link-lettredeeda" href="./pages/lettresdeeda.html">
|
||||
<div class="dot-link dot-link-lettredeeda"></div>
|
||||
<h1 class="menu-link link-lettredeeda">lettres d'europe et d'ailleurs</h1>
|
||||
</a>
|
||||
</div>
|
||||
<div id="main">
|
||||
<img class="contain" src="./docs/fond.png">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -49,12 +49,21 @@
|
||||
<p>Poésie, essai, récit, nouvelle, discours, extrait de roman – nous mettons en avant des voix singulières de la littérature et des formes créatives.</p>
|
||||
<p>Fondée en 1989 par Les Amis du Roi des Aulnes et poursuivie depuis 2020 par KOSMOPOLIT, la revue peut prendre un tour thématique ou bien suivre sa propre voie, dans un souci de composition d’ensemble.</p>
|
||||
<div class="image full">
|
||||
<img src="./docs/revues/bibliotheque_litterall.jpg" alt="bibliotheque litterall">
|
||||
<img src="./docs/litterall/bibliotheque_litterall.jpg" alt="bibliotheque litterall">
|
||||
<p class="right"><small>credit: Jeffrey Trehudic</small></p>
|
||||
</div>
|
||||
<h2 id="anchor_last">dernier numero de la revue</h2>
|
||||
<h2 id="anchor_last">revue numéro 27</h2>
|
||||
<div class="image horizontal">
|
||||
<img src="./docs/revues/litt23.jpg" alt="revue litterall">
|
||||
<img src="./docs/litterall/revue_27.JPG" alt="revue litterall">
|
||||
<div class="vertical">
|
||||
<p><small><i>paru le XX/XX/XXXX</i></small></p>
|
||||
<p>infos sur le dernier numero de litterall</p>
|
||||
<p>sommaire ...</p>
|
||||
</div>
|
||||
</div>
|
||||
<h2 id="anchor_last">revue numéro 26</h2>
|
||||
<div class="image horizontal">
|
||||
<img src="./docs/litterall/revue_26.JPG" alt="revue litterall">
|
||||
<div class="vertical">
|
||||
<p><small><i>paru le XX/XX/XXXX</i></small></p>
|
||||
<p>infos sur le dernier numero de litterall</p>
|
||||
@@ -174,7 +183,7 @@
|
||||
|
||||
<aside class="relative_content">
|
||||
<div class="relative_box">
|
||||
<p class="box_name">autres publications</p>
|
||||
<h2 class="box_name">autres publications</h2>
|
||||
<a>
|
||||
<h2>traduire, retraduire</h2>
|
||||
<p>entretien entre frédéric Boyer, Christiane Kayser, et Jean-Philippe Rossignol</p>
|
||||
|
||||
Reference in New Issue
Block a user