-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (39 loc) · 1.89 KB
/
index.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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<link rel="stylesheet" href="src/STORIBook.css" />
<!-- <script src="src/test.js"></script> -->
<script src="dist/bundle.js"></script>
</head>
<body>
<div class="container-fluid">
<div class="col-12 banner-img">
<img src="/content/enforced/393164-cadd155_stori_dev_ou/week-02/../Class%202%20header.PNG" alt="" title=""
style="max-width: 100%;" data-d2l-editor-default-img-style="true">
missing header
</div>
<div class="col-sm-10 offset-sm-1">
<h1>Introduction to Sketches </h1>
<p>We start at the beginning of every design, the sketch. In parametric design, sketches are essential
building blocks of design. This is where you capture design intent, making relationships between
features and creating editable sketches that respond predictably when inevitable edits occur. This skill
is the basis for parametric design. </p>
<p>The project this week is all about Top-Down design. Top-down means creating all the parts together. We'll
learn how to sketch and model two parts together, the top and bottom of the hook. </p>
<hr>
</div>
<stori-book>
<stori-page title="Very long title to see how it fits into the space given." src="page1.html">Page1</stori-page>
<stori-page title="page2" src="page2.html">Page2</stori-page>
<stori-page title="page3" src="page3.html">Page3</stori-page>
</stori-book>
</div>
THERE"S SOMETHING HERE at the footer.
<h2>TESTING</h2>
</body>
</html>