Skip to content

Commit

Permalink
reorg folders and index
Browse files Browse the repository at this point in the history
  • Loading branch information
phiarchitect committed Feb 28, 2021
1 parent 321b0d6 commit 46ff98d
Show file tree
Hide file tree
Showing 73 changed files with 370 additions and 360 deletions.
252 changes: 252 additions & 0 deletions 3-golden-sections/index.html

Large diffs are not rendered by default.

File renamed without changes
15 changes: 11 additions & 4 deletions unique/index.html → 4-golden-sections/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@

<head>
<meta charset="UTF-8">
<title>GEOMETOR • Unique External</title>
<!-- <link rel='stylesheet prefetch' href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css'> -->
<title>GEOMETOR • 4 Golden Sections</title>

<link rel="stylesheet" href="../css/style.css" type="text/css">
<link rel="stylesheet" href="../css/svg.css" type="text/css">
<link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
<link rel="stylesheet" href="../css/construction.css" type="text/css" />
<link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
<link rel="stylesheet" href="../css/construction-white.css" type="text/css" media="print" />
<link rel="stylesheet" href="./index.css" type="text/css" />

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.3/TweenMax.min.js"></script>
<script src="../js/geometor.ui.js" defer></script>
<script src="../js/geometor.svg.js" defer></script>
<script src="./index.js" defer></script>

</head>

<body>
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8">
<title>GEOMETOR • unique-external.svg</title>
<title>GEOMETOR • 7 Golden Sections</title>
<link rel="stylesheet" href="../css/style.css" type="text/css">
<!-- <link rel="stylesheet" href="../css/svg.css" type="text/css"> -->
<link rel="stylesheet" href="../css/construction.css" type="text/css" />
Expand Down
Loading

0 comments on commit 46ff98d

Please sign in to comment.