Skip to content

Commit

Permalink
chore: Updated the mobi bytes section with description mentioned in I…
Browse files Browse the repository at this point in the history
…ssue mobibyte#55
  • Loading branch information
srikeerthis committed Feb 24, 2024
1 parent ffb6eb9 commit c094df1
Showing 1 changed file with 90 additions and 71 deletions.
161 changes: 90 additions & 71 deletions web/src/about.html
Original file line number Diff line number Diff line change
@@ -1,86 +1,105 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>MOBI | About</title>
<link rel="icon" href="../../public/og-image.png" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="og:site_name" content="MOBI" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://mobi-uta.github.io/social-coding/" />
<meta name="og:title" content="MOBI" />
<meta name="og:description" content="MOBI Social Coding" />
<meta
name="og:image"
content="https://raw.githubusercontent.com/mobi-uta/social-coding/main/public/og-image.png"
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@utamobi" />
<meta name="twitter:title" content="MOBI" />
<meta name="twitter:description" content="MOBI Social Coding" />
<meta
name="twitter:image"
content="https://raw.githubusercontent.com/mobi-uta/social-coding/main/public/og-image.png"
/>
<meta
name="twitter:image:alt"
content="A design cover of MOBI, A student-led programming community at the University of Texas at Arlington."
/>
<meta name="description" content="MOBI Social Coding" />
<link rel="icon" href="favicon.png" />
<link rel="stylesheet" href="public/mobi.css" />
</head>

<head>
<meta charset="UTF-8" />
<title>MOBI | About</title>
<link rel="icon" href="../../public/og-image.png" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="og:site_name" content="MOBI" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://mobi-uta.github.io/social-coding/" />
<meta name="og:title" content="MOBI" />
<meta name="og:description" content="MOBI Social Coding" />
<meta name="og:image" content="https://raw.githubusercontent.com/mobi-uta/social-coding/main/public/og-image.png" />
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@utamobi' />
<meta name='twitter:title' content='MOBI' />
<meta name='twitter:description' content='MOBI Social Coding' />
<meta name='twitter:image'
content='https://raw.githubusercontent.com/mobi-uta/social-coding/main/public/og-image.png' />
<meta name='twitter:image:alt'
content='A design cover of MOBI, A student-led programming community at the University of Texas at Arlington.' />
<meta name="description" content="MOBI Social Coding" />
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="public/mobi.css">
</head>
<!-- Most of the fun happens here! -->

<!-- Most of the fun happens here! -->

<body>
<h1>About Mobi</h1>

<!-- HEY SECTION -->
<section class="hey">
<div class="hey-div">
<h2 calss="hey-title">HEY ✌️</h2>
<p class="hey-description">We're Mobi, an app development club just for you.<br>We're a community of developer
friends that are here to help you code and have fun!</p>
</div>
</section>
<body>
<h1>About Mobi</h1>

<!-- HEY SECTION -->
<section class="hey">
<div class="hey-div">
<h2 calss="hey-title">HEY ✌️</h2>
<p class="hey-description">
We're Mobi, an app development club just for you.<br />We're a
community of developer friends that are here to help you code and have
fun!
</p>
</div>
</section>

<h2>MEMBERSHIP</h2>
<h2>MEMBERSHIP</h2>

<h2>PHILOSOPHY</h2>
<h2>PHILOSOPHY</h2>

<h2>EVENTS</h2>
<h2>EVENTS</h2>

<h2>MOBI BYTES</h2>
<h2>MOBI BYTES</h2>
<!-- MOBI BYTESSECTION -->
<section class="mobi-bytes">
<div class="mobi-bytes">
<p class="mobi-bytes">
Our YouTube workshops! <br />
These byte sized videos guarantee you gain a vital new tech skill for
your next project.
</p>
</div>
</section>

<h2>SOCIAL CODING</h2>
<h2>SOCIAL CODING</h2>

<!-- CALENDER SECTION -->
<section class="calender">
<div class="calender-div">
<h2 calss="calender-title">CALENDER</h2>
<p class="calender-description">This is tentative, by the way!<br>Location to be announced.</p>
<div class="events">
<div class="event">
<span class="event-name gb">GENERAL BODY</span>
<span class="event-date">02-01-2024</span>
</div>
<div class="event">
<span class="event-name">SOCIAL CODING</span>
<span class="event-date">01-25-2024</span>
<span class="event-location overlay-text">ONLINE</span>
</div>
<div class="event">
<span class="event-name">SOCIAL CODING</span>
<span class="event-date">02-01-2024</span>
<span class="event-location overlay-text">ONLINE</span>
</div>
<div class="event">
<span class="event-name">SOCIAL CODING</span>
<span class="event-date">02-01-2024</span>
<!-- CALENDER SECTION -->
<section class="calender">
<div class="calender-div">
<h2 calss="calender-title">CALENDER</h2>
<p class="calender-description">
This is tentative, by the way!<br />Location to be announced.
</p>
<div class="events">
<div class="event">
<span class="event-name gb">GENERAL BODY</span>
<span class="event-date">02-01-2024</span>
</div>
<div class="event">
<span class="event-name">SOCIAL CODING</span>
<span class="event-date">01-25-2024</span>
<span class="event-location overlay-text">ONLINE</span>
</div>
<div class="event">
<span class="event-name">SOCIAL CODING</span>
<span class="event-date">02-01-2024</span>
<span class="event-location overlay-text">ONLINE</span>
</div>
<div class="event">
<span class="event-name">SOCIAL CODING</span>
<span class="event-date">02-01-2024</span>
</div>
</div>
</div>
</div>
</section>

<h2>MAVPITCH</h2>
</section>

<h2>PROJECTS</h2>
</body>
<h2>MAVPITCH</h2>

</html>
<h2>PROJECTS</h2>
</body>
</html>

0 comments on commit c094df1

Please sign in to comment.