-
Notifications
You must be signed in to change notification settings - Fork 0
/
logoanm.html
58 lines (53 loc) · 1.5 KB
/
logoanm.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
<!DOCTYPE html>
<html lang="jp">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>chige12</title>
<meta name "description" content="Chige-Portfolio-Site">
<!--文章の説明-->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/logoanm.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114375722-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-114375722-3');
</script>
</head>
<body>
<img class="t-anm-logo" src="images/Chige_logo2-2.png" alt="chige_logo">
<div class="anm-logo">
<div class="a-c"></div>
<div class="a-h"></div>
<div class="a-i"></div>
<div class="a-i-maru"></div>
<div class="a-g"></div>
<div class="a-g-maru"></div>
<div class="a-e"></div>
</div>
<canvas width="500" height="200"></canvas>
<script type="text/javascript" src="script/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="script/jcanvas.min.js"></script>
<script type="text/javascript">
$("canvas").drawPolygon({
fillStyle: "#6c3",
x: 0,
y: 0,
width: 176,
height: 176,
radius: 50
});
$("canvas").drawPolygon({
fillStyle: "#6c3",
x: 450,
y: 100,
radius: 50,
sides: 5
});
</script>
</body>