-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
89 lines (76 loc) · 3.95 KB
/
code.html
File metadata and controls
89 lines (76 loc) · 3.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Angga Putra - Designer, Prototyper & Creative Coding Enthusiast</title>
<meta name="description" content="" />
<meta property="og:title" content="Angga Putra - Designer, Prototyper & Code Enthusiast"/>
<meta property="og:image" content="https://anggaputra.co/images/og-image.png"/>
<meta property="og:description" content="Hello There. I'm Angga. Designer, Prototyper & Code Enthusiast"/>
<meta property="og:url" content="https://anggaputra.co/" />
<!-- Bootstrap core CSS -->
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap-reboot.min.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<link href="css/helper.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/themify-icons.css">
<!-- custom fonts -->
<!-- <link href="https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i" rel="stylesheet"> -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500;700;900&display=swap" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-100898338-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-100898338-1');
</script>
</head>
<body>
<div class="container-fluid hero-section push codingpage">
<div class="row">
<div class="col-lg-2 col-xs-12">
<ul id="top-nav">
<li><a class="home-nav"></a></li>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="figma.html">Figma Plugins</a></li>
<li><a class="active" href="code.html">Creative Coding</a></li>
<li><a href="https://dribbble.com/anggaputra" target="_blank">Dribbble</a></li>
</ul>
</div>
<div class="col-lg-10 col-xs-12">
<div class="row">
<div class="page-header col-lg-12 col-xs-12">
<small>Coming soon!</small>
<h1 class="hero-text">Creative coding.</h1>
</div>
</div>
<div class="row">
<div class="page-content col-lg-6 col-xs-12">
<blockquote>
Creative coding is a type of computer programming in which the goal is to create something expressive instead of something functional. <br/><br/>
It is used to create live visuals and for VJing, as well as creating visual art and design, entertainment, art installations, projections and projection mapping, sound art, advertising, product prototypes, and much more.
</blockquote>
<small class="text-muted">Wikipedia</small>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery-3.5.1.min.js"></script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>