Skip to content

Commit

Permalink
Merge pull request #1 from juniordevio/master
Browse files Browse the repository at this point in the history
Links open in new window
  • Loading branch information
versavale authored Oct 5, 2019
2 parents c58482e + 34b899c commit f7232d1
Show file tree
Hide file tree
Showing 18 changed files with 106 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

This site is meant as a collaborative piece where JuniorDevs learn Git and showcase their amazing web dev skills!

Head to the homepage to find out more info
Head to the [homepage](https://juniordevio.github.io/hacktoberfest-halloween-graffiti/) to find out more info
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ <h2>Participants</h2>
<a href="participants/james-formica/">James Formica</a>
<a href="participants/faisal-akbar/">M Faisal Akbar</a>
<a href="participants/eric-jiang.html">Eric Jiang</a>
<a href="participants/albert-sundjaja/">Albert Sundjaja</a>
<a href="participants/tom-osullivan/tom-osullivan.html"> Tommy O'Sullivan</a>
<a href="participants/antony-targett/antony-targett.html">Antony Targett</a>
<a href="participants/ioan-mercea/ioan-mercea.html">Ioan Mercea</a>
<a href="participants/robin-klaus/index.html">Robin Klaus Dunbar</a>
</div>
</div>

Expand Down
27 changes: 27 additions & 0 deletions participants/albert-sundjaja/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<title>Albert Sundjaja</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-12">
<h1>Hello</h1>
</div>
</div>
</div>



</body>
</html>

Empty file.
10 changes: 10 additions & 0 deletions participants/dom-allan/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
Hello
</body>
</html>
File renamed without changes.
3 changes: 3 additions & 0 deletions participants/hanson-lynn/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
h1{
font-size: 20px;
}
13 changes: 13 additions & 0 deletions participants/hanson-lynn/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Hi</h1>
</body>
</html>
23 changes: 23 additions & 0 deletions participants/jenny-thach/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">

<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Jenny Thach</title>
</head>

<body>
<h1>Hi I'm Jen</h1>
<img src="./simpson.gif" />
<img src="./simpson2.gif" />
<img src="./simpson3.gif" />
<img src="./simpson4.gif" />
<img src="./simpson5.gif" />
<img src="./simpson6.gif" />

</body>

</html>
Binary file added participants/jenny-thach/simpson.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added participants/jenny-thach/simpson2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added participants/jenny-thach/simpson3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added participants/jenny-thach/simpson4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added participants/jenny-thach/simpson5.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added participants/jenny-thach/simpson6.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions participants/jenny-thach/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
img {
height: 300px;
width: 400px;
}
12 changes: 12 additions & 0 deletions participants/nathalia-tan/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<h1>Hello friends</h1>
</body>
</html>
11 changes: 11 additions & 0 deletions participants/robin-klaus/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Robin's Hacktoberfest Page!</title>
</head>
<body>
<h1>Boo!! What Halloween in Australia means...</h1>
<img src="https://res.cloudinary.com/charmdev/image/upload/v1570251716/71908711_2961727850511074_2997021689453215744_o.jpg" alt="drop bear">
</body>
</html>

0 comments on commit f7232d1

Please sign in to comment.