forked from Catrobat/catrobat.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appdesign.html
98 lines (91 loc) · 2.84 KB
/
appdesign.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>App Design</title>
<style>
body {
background-color: #360f4b;
color: #FFF;
font-family: arial;
margin: align;
}
#main {
width: 100%;
max-width: 1000px;
margin: auto;
}
a {
color: #FFF;
}
#banner {
margin: 1em;
margin-bottom: 3em;
}
.row {
clear:both;
border-top-style: solid;
margin-bottom: 3em;
}
.half {
width:45%;
min-width: 400px;
float: left;
}
.mid {
width: 10%;
float: left;
}
</style>
</head>
<body>
<div>
<div id="main">
<img id="banner" src="images/appdesign_banner19.png"/>
<div>
<h1>Sei dabei!</h1>
</div>
<div class="row">
<br/>
<p>
Diese Lehrveranstaltung wird als Freifach für alle Studierenden der Grazer Unis angeboten. <br/>
</p>
<p>
Termin Beginners: Start: 02.04.2019 jeden Dienstag von 17:00 - 18:00,Ende: 25.06.2019 <br/>
Erste Vorlesung im HS07.02 (0007EG0032) <br/>
Alle weiteren Vorlesungen im HS 06.02 (006EG0022) <br/>
Voraussetzung: Eigenes Android Smartphone oder iPhone <br/>
<b>Keine</b> Vorkenntnisse nötig! <br/>
Anmeldung unter: <a href="https://online.uni-graz.at/kfu_online/wbLv.wbShowLVDetail?pStpSpNr=552053&pSpracheNr=1" target="_blank">Design your own app (349.156)</a><br/>
</p>
</div>
<div>
<h1>Pocket Code App</h1>
</div>
<div class="row">
<br/>
<p>
Beginners starten mit Pocket Code. Von der Ideenfindung, über das Game Design, bis hin zum Erstellen eines fertigen Spiels, alleine oder in einer kleinen Gruppe, bieten wir mit unserer <a href="https://play.google.com/store/apps/details?id=org.catrobat.catroid">App Pocket Code</a> eine Lehrveranstaltung an, in der du mit viel Spaß erste Programmiererfahrungen sammeln kannst.
Es geht ganz einfach. Komm vorbei und probiere es aus!
</p>
<p>
Weitere Infos sowie Hinweise zur Anmeldung bekommst du in der ersten Einheit am 02.04.2018.
Die Fixplätze werden in der Lehrveranstaltung vergeben.
</p>
<p>
Fragen zur LV-Anmeldung: <a href="mailto:timegate@uni-graz.at?Subject=Design your own app (349.156) " target="_top">Wahlfachprogramm TIMEGATE</a> <br>
Fragen zum Inhalt der LV: <a href="mailto:bernadette.spieler@ist.tugraz.at?Subject=AppDesign" target="_top">Bernadette Spieler</a>
</p>
</div>
<script src="javascripts/scale.fix.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42270417-2', 'catrobat.org');
ga('send', 'pageview');
</script>
</body>
</html>