-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# AI For Ecological Monitoring in the Andes | ||
|
||
This repository contains the website and materials for the AI For Ecological Monitoring in the Andes workshop. | ||
|
||
# Contribution | ||
|
||
We welcome contributions to the workshop materials. Please see our [contribution guidelines](CONTRIBUTING.md) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* Add these styles for the language switch */ | ||
.language-switch { | ||
margin-left: 1em; | ||
} | ||
|
||
.language-switch a { | ||
padding: 0.5em 1em; | ||
border: 1px solid #ffffff; | ||
border-radius: 4px; | ||
color: #ffffff; | ||
text-decoration: none; | ||
transition: background-color 0.2s ease-in-out; | ||
} | ||
|
||
.language-switch a:hover { | ||
background-color: #ffffff; | ||
color: #2e3842; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!-- In the header section of en/index.html (English version) --> | ||
<header id="header"> | ||
<h3>AI for the Andes</h3> | ||
<ul class="icons"> | ||
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li> | ||
<li class="language-switch"><a href="../index.html">Español</a></li> | ||
</ul> | ||
</header> | ||
|
||
<!-- Update all asset paths to include ../ --> | ||
<link rel="stylesheet" href="../assets/css/main.css" /> | ||
<img src="../images/pic10.jpg" alt="" /> | ||
<!-- ... and so on for all assets --> |