Skip to content
Open
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
Binary file added img/logo moon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions img/logo.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!DOCTYPE html> <html lang="en"> <head> <title>Canva – Sharing</title> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <link href="https://static.canva.com/static/images/favicon.ico" rel="shortcut icon"> </head> <body> <form id="csrfPostForm" action="/design/DADnhuVeflk/share?token=SFo8QuMH3ULmM8Pg8MmJGQ&amp;role=EDITOR" method="POST"> <input type="hidden" id="csrfToken" name="csrfToken" value="5QOHdlrrX6B7W3oCzoSnvYnbfnnT-HrziBoJ0unJm-ENLIBiXJk4oqyc3Zxq5qfcRnGQ0ntYelzuxRAYx5kOi3Gx4oY"> </form> <script>
(function() {
var postForm = document.getElementById('csrfPostForm');
postForm.action += window.location.hash;
postForm.submit();
}());
</script> </body> </html>
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!-- First Container -->
<div class="container-fluid bg-1 text-center">
<!--<h1 class="margin">Name</h1>-->
<img src="img/avatar.png" class="img-fluid" alt="Logo" id="logo">
<img src="img/logo moon.png" class="img-fluid" alt="Logo" id="logo">
</div>

<!-- Second Container -->
Expand Down Expand Up @@ -75,13 +75,13 @@ <h6 class="card-subtitle mb-2 text-muted">10th Grade</h6>
<h3 class="margin">About Me</h3><br>
<div class="row">
<div class="col-sm-4">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Hi, I am Cami Ortiz. I am only child and I live with my mom. My dad however is in a better place</p>
</div>
<div class="col-sm-4">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>I love music, art, spainsh, japanese culture. My favortie classes are science, global and art.</p>
</div>
<div class="col-sm-4">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>My favortie anime are Fariy Tail, One piece, Friuts Basket and Yu-gi-oh Zexal. My favortie songs are Demons by Imagine Dragons, Anchor by Skillet and My R by Thundergods of Asgard. </p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions projects/example-project.html → projects/FP.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
<h1 class="margin text-center">Example Project</h1>
<p>Text about the project</p>
<p>More text about the project.</p>
<a href="#">Link about the project</a><br>
<a href="https://repl.it/@CamiOrtiz/Freedom-expo-1#index.html">Link about the project</a><br>

<!--EXAMPLE OF PREVIEW LINK-->
<!--<a href="http://yourUserName.github.io/yourRepoName">Preview</a>-->
<!--<a href="https://repl.it/@CamiOrtiz/Freedom-expo-1#index.html">Preview</a>-->
<!--EXAMPLE OF GITHUB LINK-->
<!--<a href="http://github.com/yourUserName/yourRepoName">Github</a>-->

Expand Down
26 changes: 26 additions & 0 deletions projects/Treegroupproject.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link href=" https://github.com/Camio38998/jsproject2-ivanc4515-jennyc8842-camio38998-1 "rel="stylesheet" />
<link href="style.css" rel="stylesheet" type="text/css" />
<style>
/* CSS */

</style>

<title>The Tree Group Project </title>
</head>
<body>
This project was a group project which we had to use an API, objects and lo ops. We use these method of code to make a website that
takes the user's zipcode and tells us what trees live in that area, the tree's name, address, Id, health, and Borough.

<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>

<script src="script.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let ownerName = "Your Name"
let userName = "YourUsername";
let ownerName = "Cami"
let userName = "cami8998";

document.querySelectorAll(".owner-name").forEach((e) => {
e.innerHTML = ownerName;
Expand Down