-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathportfolio.html
53 lines (46 loc) · 2.25 KB
/
portfolio.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Portfolio</title>
</head>
<body>
<body>
<h1><a href="./index.html">Home</a>
<a href="./portfolio.html">Portfolio</a></h1>
<img src="./images/bgcolor.png" style="max-width: 100%; height:auto; left: 0px; top: 0px;">
<br clear="all"><br clear="all"><h2>Student Work Examples</h2><br clear="all">
<a target="_blank" href="http://bhsaztecs.businesscatalyst.com/donovan-sneaks101/index.html">
<img src="./images/sneaks.jpg" style="width:18%;height:auto; ">
</a>
<a target="_blank" href="http://bhsaztecs.businesscatalyst.com/ben-marine-corps/index.html">
<img src="./images/marineslogo.jpg" style="width:18%;height:auto; ">
</a>
<a target="_blank" href="http://bhsaztecs.businesscatalyst.com/steven-mock-trial/index.html">
<img src="./images/Mock logo.png" style="width:18%;">
</a>
<a target="_blank" href="http://bhsaztecs.businesscatalyst.com/brittany-fire-explorers-361/index.html">
<img src="./images/fire.png" style="width:18%;">
</a>
<a target="_blank" href="http://bhsaztecs.businesscatalyst.com/evencia-the-weeknd-fan/index.html">
<img src="./images/theweekndfan.png" style="width:18%;">
</a>
<br clear="all"><h2>App Inventor Creation</h2><br>
<a target="_blank" href="./files/pie chart orientation sensor.aia">
<img src="./images/App Inventor Screenshot.png" style="width:18%;">
</a>
<h2>Interactive Non-fiction - Bruce, Dory, and Marlin</h2>
<a target="_blank" href="./files/Interactive Fiction Flowchart.pdf">
<img src="./images/Interactive Fiction Flowchart.png" style="width:18%;">
</a>
<br clear="all">
<script src="//repl.it/embed/C55O/47.js"></script>
<br clear="all">
<h2>Code you Love: Lindenmayer Systems</h2>
<iframe src="https://trinket.io/embed/python/7afdfec20a" width="100%" height="356" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>
<h2>Python PIL Image editing</h2>
<img src=> </img>
<h2>Computer Vision Capabilities: Impacts to Society</h2>
<a href="https://www.canva.com/design/DAB3hvWOBMw/-ZIu71ekpbJEhP9ddsZUYA/view?utm_content=DAB3hvWOBMw&utm_campaign=designshare&utm_medium=link&utm_source=sharebutton"><img src=""></img><img src=""></img><img src=""></img></a>
</body>
</html>