Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Hola
Esto es la página web de acm + makers
Esto es la página web de makers a partir de la página web del 2024 de acm + makers.
41 changes: 21 additions & 20 deletions calendario/calendario.html
Original file line number Diff line number Diff line change
@@ -1,38 +1,49 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../css/style.css" class="res">
<link rel="stylesheet" href="../css/equipo.css" class="res">
<link rel="stylesheet" href="../css/calendario.css" class="res">
<script src="https://kit.fontawesome.com/094d8d7db9.js" crossorigin="anonymous"></script>
<!-- Poppins Font -->
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Rubik+Mono+One&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
<title>ORC</title>
<!--Favicon-->
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
<link rel="shortcut icon" href="/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="ORC" />
<link rel="manifest" href="/favicon/site.webmanifest" />
</head>
<body>
<div id="loadOverlay" style="background-color:#f9cc3e; position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:2000;"></div>
<div class="nav" id="nav">
<a class="logo" href="../index.html"><img class="logo-img" src="../img/ORC.png"></a>
<ul class="nav-links">
<li><a href="../equipo/equipo.html" class="nav-button">Equipo</a></li>
<li><a href="../retos/retos.html" class="nav-button">Retos</a></li>
<li><a href="../calendario/calendario.html" class="nav-button">Calendario</a></li>
<li><a href="https://docs.google.com/forms/d/1-GG4jfs8V_4SNcSYxb2LY-yjqomBWsSHNVS87-mgDyQ/edit" target="_blank" class="form-button">Apúntate</a></li>
<li><a href="https://r2.thecontesthub.com/1feb83da-8343-4244-88ef-4f3160642b49-Normas-y-reglamentos-de-la-ORC" class="nav-button">Normas</a></li>
<li><a href="https://thecontesthub.com/es/contests/olympic-robotic-challenge-orc?tab=details" target="_blank" class="form-button">Apúntate</a></li>
</ul>
<label for="check" class="icon-class">
<i class="fas fa-bars" id="btn"></i>
<!-- <i class="fas fa-times" id="cancel"></i> -->
</label>
</div>
<section class="intro">
<h1>Calendario</h1>
<h3>La competición tendrá lugar del 9 al 16 de mayo </h3>
</section>
<section class="section-calendar">
<section class="intro" style="margin-bottom: 200px; margin-top: 200px;">
<h1>Calendario <br> (Próximamente)</h1>
<br>
<h3>La competición tendrá lugar del 10 de febrero al 7 de marzo.</h3>
<br>
<h3>El calendario detallado con sesiones y talleres saldrá próximamente™.</h3>
</section>
<section class="section-calendar" style="display: none;">
<div class="calendar">
<div class="timeline">
<div class="spacer"></div>
Expand Down Expand Up @@ -174,16 +185,6 @@ <h3>La competición tendrá lugar del 9 al 16 de mayo </h3>
<li><a href="../calendario/calendario.html">Calendario</a></li>
</ul>
</div>
<div class="footer-socials socials-div">
<div class="logo-cover"><a target="_blank" href="https://www.acm.webs.upv.es"><img class="acm-logo" src="../img/acmLogo.png" ></a></div>

<ul>
<li><a target="_blank" class="fa-brands fa-x-twitter" href="https://twitter.com/acmupv"></a></li>
<li><a target="_blank" class="fa fa-github" href="https://github.com/acmupv"></a></li>
<li><a target="_blank" class="fa fa-linkedin" href="https://es.linkedin.com/company/acmupv"></a></li>
<li><a target="_blank" class="fa fa-instagram" href="https://www.instagram.com/acmupv/"></a></li>
</ul>
</div>

<div class="footer-socials socials-div">
<div class="logo-cover"><a target="_blank" href="https://makersupv.com"><img class="makers-logo" src="../img/makersLogo.png" ></a></div>
Expand Down
19 changes: 9 additions & 10 deletions css/calendario.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
:root {
--numDays: 5;
--numHours: 7;
--timeHeight: 60px;
--calBgColor: #EDEDED;
/* --eventBorderColor: #f2d3d8; */
--eventColor1: #7abf9c;
--eventColor2: #a3c182;
--eventColor3: #70a0ae;
}

--numDays: 5;
--numHours: 7;
--timeHeight: 60px;
--calBgColor: #EDEDED;
/* --eventBorderColor: #f2d3d8; */
--eventColor1: var(--color3);
--eventColor2: var(--color2);
--eventColor3: var(--color1);
}
.title-calendar {
display: flex;
flex-direction: column;
Expand Down
Loading