-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (76 loc) · 3.35 KB
/
Copy pathindex.html
File metadata and controls
95 lines (76 loc) · 3.35 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Z. Zzyzek</title>
<meta name="description" content="Z. Zzyzek">
<meta name="author" content="Z. Zzyzek">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css"> -->
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" type="text/css" href="css/localfonts.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="img/starling_ico.png">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 5%">
<h4>Zzyv Zzyzek</h4>
<p>
<img style='width:90%;' src="img/starling_s.png"></img>
</p>
</div>
</div>
<div class="row">
<div class="one-half column" >
<a href='https://pagedout.institute/download/PagedOut_008.pdf'>Breakout Model Synthesis Article (Paged Out, 2025)</a>
</div>
</div>
<div class="row">
<div class="one-half column" >
<a href='https://github.com/zzyzek/PunchOutModelSynthesis'>Punch Out Model Synthesis (2024)</a>
|
<a href='https://zzyzek.github.io/PunchOutModelSynthesisWebDemo'>(demo)</a>
</div>
</div>
<div class="row">
<div class="one-half column" >
<a href='https://zzyzek.github.io/PunchOutModelSynthesisPaper'>Punch Out Model Synthesis Paper (2024)</a>
|
<a href='https://github.com/zzyzek/PunchOutModelSynthesis-Paper'>(source)</a>
</div>
</div>
<hr>
<div class="row">
<div class="one-half column" >
<h5>Demos</h5>
</div>
</div>
<div class="row">
<div class="one-half column" >
<a href='https://zzyzek.github.io/PunchOutModelSynthesisWebDemo'>Punch Out Model Synthesis, Web App (2024)</a>
</div>
</div>
<div class="row">
<div class="one-half column" >
<a href='https://zzyzek.github.io/TileRuleHighlighter'>Tile Rule Highlighter, Web App (2024)</a>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>