Skip to content

Commit

Permalink
make spanish default
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Nov 19, 2024
1 parent 5712e4a commit fab363c
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
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.
18 changes: 18 additions & 0 deletions assets/css/styles.css
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;
}
14 changes: 14 additions & 0 deletions en/index.html
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 -->

0 comments on commit fab363c

Please sign in to comment.