Skip to content

Commit

Permalink
Portfolio22
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-LG09 committed Sep 12, 2024
1 parent 05a4082 commit 01d6534
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Back.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@
width: 50%;
text-align: justify;
}
.section6{
#section6{
display: flex;
height: 700px;
height: 500px;
background-color: #A3C1AD;
}
.sec_6{
Expand Down
29 changes: 21 additions & 8 deletions Page.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
</section>
<section class="sec1_3">
<div class="line_6">
<button id="button5" type="button" onclick="window.location.href='Work.html'"><strong>Experiencia Laboral</strong></button>
<button id="button5" type="button" onclick="document.getElementById('section6').scrollIntoView({ behavior: 'smooth' });"><strong>Experiencia Laboral</strong></button>
</div>
<div class="line_7">
<button id="button6" type="button" onclick="window.location.href='More.html'"><strong>Algo Más</strong></button>
<button id="button6" type="button" onclick="document.getElementById('section6').scrollIntoView({ behavior: 'smooth' });"><strong>Algo Más</strong></button>
</div>
</section>
</div>
Expand Down Expand Up @@ -131,7 +131,7 @@ <h2>Habilidades Principales</h2>
<img class="imagepeaje" src="Peaje_Utp.jpeg" type="image/jpeg" alt="peaje utp">
</div>
<div class="lines2_sec5_2">
<h2 class="titles_sec5">Peaje UTP</h2>
<h2 class="titles_sec5">Peaje UTP&reg;</h2>
<p class="descrip_sec5">Es un software que le permite al operario de un peaje agilizar el proceso de facturación que este haciendo
en ese momento. Este proyecto se desarrolló en Visual Studio 2022 en C++ utilizando Windows Forms.
</p>
Expand All @@ -142,7 +142,7 @@ <h2 class="titles_sec5">Peaje UTP</h2>
<img class="imageruta" src="mi_ruta.jpeg" type="image/jpeg" alt="peaje utp">
</div>
<div class="lines2_sec5_2">
<h2 class="titles_sec5">Mi Ruta</h2>
<h2 class="titles_sec5">Mi Ruta&reg;</h2>
<p class="descrip_sec5">Es una aplicación movil que le permite al usuario saber en tiempo real la ruta, las paradas, el tiempo de llegada,
y la ubicacion de cada uno de los buses del sistema publico de transporte Megabus. Este proyecto se desarrolló en Visual Studio 2022
en C# utilizando Xamarin Forms.
Expand All @@ -154,7 +154,7 @@ <h2 class="titles_sec5">Mi Ruta</h2>
<img class="imagepeaje" src="Ecolight.jpeg" type="image/jpeg" alt="peaje utp">
</div>
<div class="lines2_sec5_2">
<h2 class="titles_sec5">Ecolight</h2>
<h2 class="titles_sec5">Ecolight&reg;</h2>
<p class="descrip_sec5">Es un parqueadero para carros electricos que tiene estaciones de carga para cargar los carros,
ademas esta energia es suministrada gracias a los paneles solares ubicados en el parqueadero. Este proyecto se desarrolló en Packet Tracer.
</p>
Expand All @@ -168,7 +168,7 @@ <h2 class="project">--------------------------- PROYECTOS ----------------------
<img class="imagelamp" src="lampara_shiro.jpeg" type="image/jpeg" alt="peaje utp">
</div>
<div class="lines2_sec5_2">
<h2 class="titles_sec5">Lampara Shiro</h2>
<h2 class="titles_sec5">Lampara Shiro&reg;</h2>
<p class="descrip_sec5">Es una lampara que se prende por medio de un aplauso, ademas no necesita bateria ya que cuenta con
un sistema de alimentacion con panel solar. Este proyecto se desarrolló en C utilizando la placa Arduino.
</p>
Expand All @@ -179,7 +179,7 @@ <h2 class="titles_sec5">Lampara Shiro</h2>
<img class="imageglass" src="Blasses.jpeg" type="image/jpeg" alt="peaje utp">
</div>
<div>
<h2 class="titles_sec5">Blasses</h2>
<h2 class="titles_sec5">Blasses&reg;</h2>
<p class="descrip_sec5">Son unas gafas con un sensor ultrasonico y un pequeño parlante que le ayuda a las personas ciegas o con dificultad
visual en su dia a dia. Este proyecto se desarrolló en C utilizando la placa Arduino.
</p>
Expand All @@ -188,7 +188,7 @@ <h2 class="titles_sec5">Blasses</h2>
</div>
</section>
<section class="space"></section>
<section class="section6">
<section id="section6">
<div class="sec_6">
<h2 class="last">Experiencia Laboral</h2>
<ul>
Expand All @@ -209,7 +209,20 @@ <h2 class="last">Experiencia Laboral</h2>
<hr style="width: 2px;">
<div class="sec_6">
<h2 class="last">Algo mas</h2>
<ul style="text-align: center;">
<p class="exp_algo">Tengo nivel de ingles C1.</p>
<p class="exp_algo">Tengo pasaporte.</p>
<p class="exp_algo">Soy una persona de facil aprendizaje.</p>
<p class="exp_algo">Me gusta leer.</p>
<p class="exp_algo">Me gusta hacer ejercicio.</p>
<p class="exp_algo">Me gusta la fotografia.</p>
<p class="exp_algo">Me gusta bailar.</p>
</ul>
</div>
</section>
</body>
<hr>
<footer>
<p class="exp_algo" style="text-align: center;">Created by: Steven López Giraldo <br> &copy; 2024 Ao Corporation. All rights reserved. <br> <a href="your-privacy-policy-link">Privacy Policy</a> <br> <a href="your-terms-of-service-link">Terms of Service</a></p>
</footer>
</html>
77 changes: 77 additions & 0 deletions PrivacyPolicy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
line-height: 1.6;
}
h1, h2, h3 {
color: #333;
}
a {
color: #0066cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>

<h1>Privacy Policy</h1>
<p>Effective date: [Date]</p>

<p>Welcome to [Your Website Name]. This privacy policy describes how we collect, use, and protect your personal information when you visit our website.</p>

<h2>1. Information We Collect</h2>
<p>We may collect the following types of information:</p>
<ul>
<li><strong>Personal Information:</strong> Name, email address, phone number, and other contact details when voluntarily provided by users.</li>
<li><strong>Usage Data:</strong> Information about your interaction with our website, including pages visited, time spent, and IP address.</li>
<li><strong>Cookies:</strong> We use cookies to enhance your experience on our website. You can control cookies through your browser settings.</li>
</ul>

<h2>2. How We Use Your Information</h2>
<p>Your information may be used for the following purposes:</p>
<ul>
<li>To provide and maintain our services.</li>
<li>To improve user experience by analyzing website usage data.</li>
<li>To send newsletters, promotional materials, or other communication if you opt-in.</li>
<li>To comply with legal obligations.</li>
</ul>

<h2>3. Data Sharing and Disclosure</h2>
<p>We do not share your personal information with third parties except:</p>
<ul>
<li>When required by law.</li>
<li>To protect the rights and safety of our website and users.</li>
<li>With trusted service providers who assist in our business operations.</li>
</ul>

<h2>4. Your Rights</h2>
<p>You have the following rights regarding your personal data:</p>
<ul>
<li>The right to access, correct, or delete your personal information.</li>
<li>The right to object to or restrict certain types of data processing.</li>
<li>The right to withdraw consent for communications at any time.</li>
</ul>

<h2>5. Data Security</h2>
<p>We take reasonable measures to protect your information from unauthorized access, loss, or misuse. However, no method of transmission over the internet is 100% secure.</p>

<h2>6. Changes to This Privacy Policy</h2>
<p>We may update this privacy policy from time to time. We will notify you of any changes by posting the new policy on this page.</p>

<h2>7. Contact Us</h2>
<p>If you have any questions about this privacy policy, please contact us at <a href="mailto:your-email@example.com">your-email@example.com</a>.</p>

<p>&copy; 2024 [Your Company Name]. All rights reserved.</p>

</body>
</html>

0 comments on commit 01d6534

Please sign in to comment.