Added email, discord announcement, and poster for week 9
This commit is contained in:
parent
64c0f8cbae
commit
cb35f9f209
2 changed files with 32 additions and 7 deletions
|
@ -20,20 +20,42 @@ Will cover 3 main things:
|
||||||
## Promotion
|
## Promotion
|
||||||
### Email
|
### Email
|
||||||
```
|
```
|
||||||
{add email here}
|
print "Hi {$_GET["folks"]}!";
|
||||||
|
|
||||||
|
This Wednesday from 6.30 to 8.30
|
||||||
|
in the Courtyard room.
|
||||||
|
We're gonna be discussing the concepts of
|
||||||
|
Domains, DNS, and Hosting.
|
||||||
|
|
||||||
|
Which is also going to be presented
|
||||||
|
by our favourite Sys Admin!
|
||||||
|
|
||||||
|
Come over for ALL your favourite lecturer (Conor Ryan) project needs!
|
||||||
|
|
||||||
|
See you then!
|
||||||
```
|
```
|
||||||
|
|
||||||
### Discord
|
### Discord
|
||||||
```
|
```
|
||||||
{add discord announcement here}
|
print "Hi {$_GET["@everyone"]}!";
|
||||||
|
|
||||||
|
This Wednesday from 6.30 to 8.30
|
||||||
|
in the Courtyard room.
|
||||||
|
We're gonna be discussing the concepts of
|
||||||
|
Domains, DNS, and Hosting.
|
||||||
|
|
||||||
|
Which is also going to be presented
|
||||||
|
by our favourite Sys Admin!
|
||||||
|
|
||||||
|
Come over for ALL your favourite lecturer (Conor Ryan) project needs!
|
||||||
|
|
||||||
|
See you then!
|
||||||
```
|
```
|
||||||
|
|
||||||
### Poster
|
### Poster
|
||||||
{Add poster here (if applicable)
|
|
||||||
Use this format:
|
![img.png](../Posters/2024/Semester-2_Week-09.png)![Poster](../Posters/2024/Semester-2_Week-07.png)
|
||||||
```
|
|
||||||
![Poster](../Posters/2024/Semester-2_Week-07.png)
|
|
||||||
```
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
Events/Posters/2024/Semester-2_Week-09.png
(Stored with Git LFS)
Normal file
BIN
Events/Posters/2024/Semester-2_Week-09.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in a new issue