Skip to content

Commit

Permalink
Program
Browse files Browse the repository at this point in the history
  • Loading branch information
hattifnatt4r committed Sep 25, 2024
1 parent 9b02680 commit f8afadf
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 13 deletions.
36 changes: 25 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Software Developmnt Course</title>
<title>Software Developmnt Classes</title>
<link rel="stylesheet" href="styles.css">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
Expand Down Expand Up @@ -40,8 +40,10 @@
Software Development Classes
</div>
<div class="header-descr">
Learn software development by building simple and advanced web apps. &thinsp;
Join us if you have questions about software development or just want to hang out!
Free program for everyone who wants to learn software development or just ask questions / hang out!
Front&nbsp;End, Back&nbsp;End, database, design, and other topics.<br>
</div>
<div>
</div>
</div>
<div class="header-right">
Expand All @@ -65,8 +67,13 @@
</div>
<div class="contact__text">
<!--<div class="contact__text__title">Date</div>-->
<span class="accent-text">Date:&thinsp;</span>
as soon as the group is formed. Use contacts below to join the group.
<span class="contact__text__title2">Starting September&thinsp;</span>
- every Monday, Wednesday and some Fridays. Use contacts below for more details.
<br><span class="contact__text__title">Upcoming meetups:</span> <br>
Wednesday Sep 25,&nbsp; 5 - 7pm<br>
Monday Sep 30,&nbsp; 5 - 7pm<br>
Wednesday Oct 2,&nbsp; 5 - 7pm<br>
Friday Oct 4,&nbsp; 4 - 6pm<br>
</div>
</div>

Expand All @@ -76,8 +83,9 @@
</div>
<div class="contact__text">
<!--<div class="contact__text__title">Contact</div>-->
<span class="contact__text__title">Contact:&thinsp;</span>
Maria &thinsp;<span style="white-space: nowrap;">(626) 689-9042</span>&nbsp;
<span class="contact__text__title">Contacts &thinsp;-&thinsp;</span>
<span class="link-bottom link-in"><a href=" https://www.linkedin.com/in/maria-dolgareva" target="_blank" rel="noreferrer">Maria Dolgareva</a></span>
<span style="white-space: nowrap;">(626) 689-9042</span><br>
[email protected]<br>
<div class="button-join" onclick="openDiscord()">
Join Discord
Expand All @@ -91,10 +99,11 @@
</div>
<div class="contact__text">
<!--<div class="contact__text__title">Location</div>-->
<span class="contact__text__title">Location:&thinsp;</span>
<span class="contact__text__title">Location &thinsp;-&thinsp;</span>
<!-- A computer room was kindly provided by the -->
Cambridge Community Center<br>
5 Callender St, Cambridge, MA 02139
Cambridge Public Library,
449 Broadway.<br>
To find the meetup in the library: look for silver tables on the first floor, under the staircase. Our table will have a meetup poster on it.
</div>
</div>

Expand All @@ -109,11 +118,12 @@
Overview
</div>
-->
<div class="details__subtitle" style="margin-bottom: 1rem;">
<!--<div class="details__subtitle" style="margin-bottom: 1rem;">
5-8 week free program,
adjusted to students' interests. <br>
Topic suggestions are welcome!
</div>
-->
<div class="details">
<div class="details__section">
<div style="margin-bottom: 1rem;">
Expand All @@ -139,6 +149,10 @@
&gt; Database basics
</div>
</div>
<div style="margin-bottom: 2rem;">
No prior experience is required. You don't have to bring a laptop - there will be a few extra laptops at the meetup.
</div>


<div>
<!--<div class="link-bottom">
Expand Down
13 changes: 11 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,22 @@ body {
.header-title {
--fs: min(2.9rem, 11vw);
--fs: min(2.3rem, 11vw);
--fs: min(2.2rem, 11vw);
text-transform: uppercase;
color: rgba(0,0,0,0.8);
font-weight: 550;
font-size: var(--fs);
line-height: calc(var(--fs) * 1.15);
font-family: "Montserrat", sans-serif;
max-width: 40rem;
margin-bottom: 1rem;
margin-right: -2rem;
}
@media (max-width: 700px) {
.header-title {
--fs: min(2rem, 11vw);
line-height: calc(var(--fs) * 1.2);
}
}
.header-descr {
font-size: 1.07rem;
Expand Down Expand Up @@ -197,8 +206,8 @@ body {
.details__subtitle {
}
.details__section {
max-width: 18rem;
min-width: 17rem;
max-width: 17rem;
min-width: 16rem;
margin-right: 2rem;
margin-bottom: 1rem;
position: relative;
Expand Down

0 comments on commit f8afadf

Please sign in to comment.