mirror of
https://github.com/System-End/daydream-phoenix.git
synced 2026-04-19 19:45:13 +00:00
Make tables work on mobile
This commit is contained in:
parent
7794501608
commit
2fd06ed0c6
3 changed files with 19 additions and 6 deletions
|
|
@ -78,12 +78,19 @@
|
|||
}
|
||||
|
||||
/* for the guide */
|
||||
|
||||
.notebook {
|
||||
@apply bg-white bg-clip-padding p-8 mt-8;
|
||||
border-top: 64px solid transparent;
|
||||
border-image: url('/guide/notebook-border.png') 72 round;
|
||||
}
|
||||
@media (width < 750px) or (1024px < width < 1250px) {
|
||||
.scroll-table {
|
||||
border: 1px solid var(--prose-border);
|
||||
border-radius: 4px;
|
||||
padding-inline: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@keyframes hover {
|
||||
0% {
|
||||
|
|
|
|||
|
|
@ -191,12 +191,18 @@ Organizing Daydream is going to be one of the hardest things you've done so far.
|
|||
|
||||
That being said, Hack Club HQ is not organizing this event directly. We will do everything we can to help you have great ownership, but we expect you to take ownership of your event, be proactive, reach out to us when you need support and be an equally reliable partner.
|
||||
|
||||
<div class="overflow-x-scroll min-w-0 scroll-table">
|
||||
<div class="min-w-[700px]">
|
||||
|
||||
| Contact method | Expected response time | When to use? |
|
||||
| :---- | :---- | :---- |
|
||||
| [\#daydream](https://hackclub.slack.com/archives/C094GLLH2RX) in the Hack Club Slack | 24 hours or sooner | Any general questions\! Especially helpful for things that other organizers can answer for you. |
|
||||
| Email [daydream@hackclub.com](mailto:daydream@hackclub.com) | 48 hours (Guaranteed response) | Anything that is high priority, involves personal information, or cannot be discussed publicly |
|
||||
| Request a 30 minute call with a Daydream mentor (maximum of two calls a month) | You can usually book a call 3-4 days in advance\! | For more complicated situations that need context, or when you need advice from someone experienced in different situations\! |
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
### **I need help.**
|
||||
|
||||
And we're here to give it to you. Reserve a 10 minute call with Meghana, RenRan, or Augie to talk about your event and any help you need\!
|
||||
|
|
|
|||
|
|
@ -37,13 +37,13 @@ Chances are, there are a ton of local companies you've never heard of that would
|
|||
|
||||
Where to start?
|
||||
|
||||
Companies you have
|
||||
Companies that
|
||||
|
||||
| CONNECTIONS TO ✨ | Start here\! (Parents' work, your job, your friends' work, etc. Every adult you know works at a company, use it.) |
|
||||
| YOU HAVE CONNECTIONS TO ✨ | Start here\! (Parents' work, your job, your friends' work, etc. Every adult you know works at a company, use it.) |
|
||||
| :---- | :---- |
|
||||
| **ALIGN WITH YOUR MISSION** | If your event is about coding education, find edtech companies |
|
||||
| **IN YOUR AREA 🌳** | Don't be scared\! CEOs are people too. You'll have a better chance with decently-higher up people, so maybe don't contact all the CEOs in San Francisco. Linkedin is great for finding names for the mid-range of important people. |
|
||||
| **SPONSORED SIMILAR EVENTS** | Look at Devpost, MLH, and even something like your school boosters |
|
||||
| **ALIGN WITH YOUR MISSION** | If your event is about coding education, find edtech companies |
|
||||
| **ARE IN YOUR AREA 🌳** | Don't be scared\! CEOs are people too. You'll have a better chance with decently-higher up people, so maybe don't contact all the CEOs in San Francisco. Linkedin is great for finding names for the mid-range of important people. |
|
||||
| **HAVE SPONSORED SIMILAR EVENTS** | Look at Devpost, MLH, and even something like your school boosters |
|
||||
|
||||
## Step \#2: Write your Prospectus
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue