Skip to content

Commit f619c6a

Browse files
committed
aaa
1 parent 75cb6a5 commit f619c6a

8 files changed

Lines changed: 132 additions & 555 deletions

File tree

Images/FrequentSamplingNoise.PNG

-19.7 KB
Binary file not shown.

Images/GH-Status.png

6.82 KB
Loading

Images/InfrequentSamplingNoise.PNG

-21.2 KB
Binary file not shown.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# Boids Workshop
1+
# Portfolio Websitee
22

3-
Workshop: [https://uwcs.github.io/boids/](https://uwcs.github.io/boids/)
3+
Workshop: [https://uwcs.github.io/Portfolio/](https://uwcs.github.io/Portfolio/)
44

55
## Key Technologies
66

7-
- jQuery
87
- Bootstrap 3.4.1

Scripts/basicp5.js

Lines changed: 0 additions & 31 deletions
This file was deleted.

Stylesheets/visualization.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ header {
2424
margin-bottom: 60px;
2525
padding: 40px 20px;
2626
background: rgba(255, 215, 0, 0.1);
27-
border-left: 4px solid #FFD700;
27+
border-left: 4px solid #005cef;
2828
border-radius: 8px;
2929
}
3030

3131
h1 {
3232
font-size: 3em;
3333
margin-bottom: 15px;
34-
color: #FFD700;
34+
color: #005cef;
3535
text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
3636
}
3737

@@ -58,7 +58,7 @@ h1 {
5858
}
5959

6060
.text-section h2 {
61-
color: #FFD700;
61+
color: #005cef;
6262
margin-bottom: 20px;
6363
font-size: 1.8em;
6464
}
@@ -73,7 +73,7 @@ h1 {
7373
background: rgba(0, 0, 0, 0.3);
7474
padding: 30px;
7575
border-radius: 8px;
76-
border: 2px solid #FFD700;
76+
border: 2px solid #005cef;
7777
display: flex;
7878
justify-content: center;
7979
align-items: center;
@@ -88,18 +88,18 @@ h1 {
8888
background: rgba(255, 255, 255, 0.05);
8989
padding: 40px;
9090
border-radius: 8px;
91-
border-left: 4px solid #FFD700;
91+
border-left: 4px solid #005cef;
9292
margin-top: 60px;
9393
}
9494

9595
.tutorial-section h2 {
96-
color: #FFD700;
96+
color: #005cef;
9797
margin-bottom: 20px;
9898
font-size: 2em;
9999
}
100100

101101
.tutorial-section h3 {
102-
color: #FFD700;
102+
color: #005cef;
103103
margin-top: 25px;
104104
margin-bottom: 15px;
105105
font-size: 1.3em;
@@ -126,7 +126,7 @@ h1 {
126126
background: rgba(0, 0, 0, 0.3);
127127
padding: 2px 6px;
128128
border-radius: 4px;
129-
color: #FFD700;
129+
color: #005cef;
130130
font-family: 'Cascadia Code', 'Consolas', 'SFMono-Regular', 'Menlo', 'Monaco', 'Liberation Mono', monospace;
131131
}
132132

0 commit comments

Comments
 (0)