Skip to content

Commit a3de480

Browse files
Updated links and added support
1 parent afd86ad commit a3de480

2 files changed

Lines changed: 18 additions & 8 deletions

File tree

index.html

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
<title>Profiles Calculator</title>
66
<script src="https://cdn.jsdelivr.net/npm/p5@1.3.0/lib/p5.js"></script>
77
<link rel="stylesheet" type="text/css" href="style.css">
8-
<link rel="icon" type="image/x-icon" href="https://www.flaticon.com/svg/vstatic/svg/2427/2427527.svg?token=exp=1616006400~hmac=8eed44d6afa3d17fc07217318344a544">
8+
<link rel="icon" type="image/x-icon"
9+
href="https://www.flaticon.com/svg/vstatic/svg/2427/2427527.svg?token=exp=1616006400~hmac=8eed44d6afa3d17fc07217318344a544">
910
</head>
1011

1112
<body>
1213
<div>
13-
<h1><!--AnySection--></h1>
14+
<h1>
15+
<!--AnySection-->
16+
</h1>
1417
<img src="assets/ico/tool-logo.png" alt="AnySection" class="tool-logo">
1518
<h3>Select a profile shape</h3>
1619
</div>
@@ -24,18 +27,24 @@ <h3>Select a profile shape</h3>
2427
<script src="script.js"></script>
2528
<div class="copyright">
2629
<p class="copyright">Project developed by</p>
27-
<a href="#">
30+
<a href="https://github.com/TerribleCoding" target="_blank">
2831
<img src="assets/ico/TClogo-inline.svg" class="logo">
2932
</a>
3033
<p class="copyright">and hosted on</p>
31-
<a href="#">
34+
<a href="https://github.com/" target="_blank">
3235
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png" class="logo">
3336
</a>
3437
<br>
35-
<a href="https://github.com/TerribleCoding/Profiles-Calculator">
36-
<p class="copyright">v1.0</p>
38+
<a href="https://github.com/TerribleCoding/Profiles-Calculator" target="_blank">
39+
<p class="copyright">AnySection v1.0</p>
3740
</a>
41+
<div style="height: 30px;">
42+
<a href="https://www.buymeacoffee.com/terriblecoding" target="_blank">
43+
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee"
44+
style="height: 40px !important;">
45+
</a>
46+
</div>
3847
</div>
3948
</body>
4049

41-
</html>
50+
</html>

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ a.thumbnail {
9494

9595
.container {
9696
display: inline-block;
97-
padding: 16px 48px 16px 48px; /*padding: 16px; for side bar*/
97+
padding: 0 48px 0 48px; /*16px for side bar*/
9898
margin: 0 auto 0 auto;
9999
text-align: center;
100100
width: calc(100% - 2 * var(--side-margin) - var(--side-bar) - 4 * 16px);
@@ -141,6 +141,7 @@ img.back {
141141

142142
.drawing {
143143
width: 80%;
144+
min-width: 300px;
144145
border-radius: 24px;
145146
padding: 8px;
146147
background-color: var(--color-1);

0 commit comments

Comments
 (0)