-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment1_aboutUs.html
More file actions
69 lines (61 loc) · 2.94 KB
/
Copy pathAssignment1_aboutUs.html
File metadata and controls
69 lines (61 loc) · 2.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>CoffeeShop Development About</title>
<link rel="stylesheet" href="Style.css">
<link rel="stylesheet" href="AboutUs.css">
</head>
<body>
<header>
<h1><strong>CoffeeShop Development</strong></h1>
<ul class = "navbar">
<li><a href="Assignment1_home.html"><strong>Home</strong></a></li>
<li><a href="Assignment1_projects.html"><strong>Games</strong></a></li>
<li><a href="Assignment1_Apps.html"><strong>Apps</strong></a></li>
<li><a href="Assignment1_aboutUs.html"><strong>About Us</strong></a></li>
</ul>
</header>
<div class="AboutUs">
<h2>About Us</h2>
<!-- this div is the main part of the page-->
<div id="left" style="width:50%;float:left;">
<!-- Left -->
<!--<img src="http://nnimgt-a.akamaihd.net/transform/v1/crop/frm/storypad-ZChRDbcuG46UcBCtEPLAbL/d5e9fc79-d70a-438e-a497-11e3a5c733c1.jpg/r0_202_3959_2428_w1200_h678_fmax.jpg" alt="picture of alysha Ianetta"
height="168" width="300">-->
<img src="Images/Pixel.jpg" alt="Alysha pixel" height="187" width="132">
<h3>About Alysha</h3>
<div>
<!-- Alysha's About you goes here -->
<br>
<p>I have always had a driving passion to create things, my previous work includes fashion and interior design as well as visual merchandising.
Currently I am working on my programming skills with a keen eye for front end development, I have learned C# and game design with Unity engine,
Java and app development for Android Studio, as well as HTML, CSS and Javascript for website design.</p>
</div>
</div>
<div id="right" class="AboutUs" style="margin-left:50%;border-left:solid 1px white;">
<!-- right -->
<a href="https://www.facebook.com/coen.byrne"><img src="Coen.jpg" alt="it'sa me" height="250" width="250"></a>
<h3>About Coen </h3>
<div>
<!-- Coen's About you goes here -->
<br>
<p>I'm a self taught programmer aged 23. By self taught I mean I have completed around 20 courses in various obeject-oriented programming. Involving JAVA, PYTHON and C# programming. From these I have gained skills ranging from fundamentals all the way up to building large applications including:
<br>
- 10 Android apps.<br>
- 4 RESTful API's.<br>
- 3 Databases.<br>
- 10 Unity Android games.<br>
- And a multitude of various programs to perform calculations and other tasks.</p>
</div>
</div>
</div>
<br>
<footer>
<a href="Assignment1_contactUs.html"><h4><strong>Contact Us</strong></h4></a>
<a href="https://au.linkedin.com/in/coen-byrne-017b06145"><img alt="linkedin logo" height="50" width="50" src="Images/linkedin.png"></a>
<a href="https://www.hackerrank.com/fullm3talsmurf"><img alt="hackerrank logo" height="50" width="50" src="Images/hackerrank.png"></a>
<a>Alysha's LinkedIn</a>
<a href="https://www.hackerrank.com/alysha_94?hr_r=1"><img alt="hackerrank logo" height="50" width="50" src="Images/hackerrank.png"></a>
</footer>
</body>
</html>