forked from mobibyte/social-coding
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mobibyte#107 from DevratPatel/main
chore: add mobi logo to all the webpages
- Loading branch information
Showing
7 changed files
with
307 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,95 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>MOBI | About</title> | ||
<link rel="icon" href="../src/public/mobi logo.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> | ||
|
||
<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> | ||
|
||
<!-- 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>PHILOSOPHY</h2> | ||
|
||
<h2>MEMBERSHIP</h2> | ||
<h2>EVENTS</h2> | ||
|
||
<h2>PHILOSOPHY</h2> | ||
<h2>MOBI BYTES</h2> | ||
|
||
<h2>EVENTS</h2> | ||
<h2>SOCIAL CODING</h2> | ||
|
||
<h2>MOBI BYTES</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> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<h2>SOCIAL CODING</h2> | ||
<h2>MAVPITCH</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> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<h2>MAVPITCH</h2> | ||
|
||
<h2>PROJECTS</h2> | ||
</body> | ||
|
||
</html> | ||
<h2>PROJECTS</h2> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,56 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>MOBI | Events</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/events_styles.css"> | ||
</head> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>MOBI | Events</title> | ||
<link rel="icon" href="../src/public/mobi logo.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/events_styles.css" /> | ||
</head> | ||
|
||
<!-- Most of the fun happens here! --> | ||
<body> | ||
<div class="header-content"> | ||
<h1>MOBI Events</h1> | ||
</div> | ||
<div class="container"> | ||
<h2 class="events-heading">Upcoming Events</h2> | ||
<div class="event"> | ||
<h2>Social Coding</h2> | ||
<p>Date: Feb 15, 2024</p> | ||
<p>Time: 5:00 PM - 6:00 PM</p> | ||
<p>Description: Discover the magic of making apps with Mobi!</p> | ||
</div> | ||
<div class="event"> | ||
<h2>Social Coding (Online) </h2> | ||
<p>Date: Feb 24, 2024</p> | ||
<p>Time: 5:00 PM - 6:00 PM</p> | ||
<p>Description: Discover the magic of making apps with Mobi!</p> | ||
</div> | ||
<!-- Add more events as needed --> | ||
</div> | ||
</body> | ||
<!-- Most of the fun happens here! --> | ||
<body> | ||
<div class="header-content"> | ||
<h1>MOBI Events</h1> | ||
</div> | ||
<div class="container"> | ||
<h2 class="events-heading">Upcoming Events</h2> | ||
<div class="event"> | ||
<h2>Social Coding</h2> | ||
<p>Date: Feb 15, 2024</p> | ||
<p>Time: 5:00 PM - 6:00 PM</p> | ||
<p>Description: Discover the magic of making apps with Mobi!</p> | ||
</div> | ||
<div class="event"> | ||
<h2>Social Coding (Online)</h2> | ||
<p>Date: Feb 24, 2024</p> | ||
<p>Time: 5:00 PM - 6:00 PM</p> | ||
<p>Description: Discover the magic of making apps with Mobi!</p> | ||
</div> | ||
<!-- Add more events as needed --> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,55 @@ | ||
<!DOCTYPE html> | ||
<!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"> | ||
</head> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>MOBI | About</title> | ||
<link rel="icon" href="../src/public/mobi logo.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" /> | ||
</head> | ||
|
||
<!-- Most of the fun happens here! --> | ||
<body> | ||
<p>⚠️ Site Under Construction ⚠️</p> | ||
<h1>HISTORY OF MOBI</h1> | ||
<img class="logo-in-site" src="public/mobi logo.png" alt="MOBI Logo" /> | ||
<p>Diego Vester</p> | ||
<p>Founded 2012</p> | ||
<p>Updated Fall 2022</p> | ||
|
||
<h2>Table of Contents</h2> | ||
<p>Table of Contents</p> | ||
<p>Inception</p> | ||
<li>Purpose</li> | ||
<p>Meet the Team</p> | ||
<li>Founders</li> | ||
<li>Current Officers (Spring 2024)</li> | ||
<li>Past Officers</li> | ||
<p>Events</p> | ||
<li>Past social coding events</li> | ||
<li>MavPitches</li> | ||
<li>Hackathons</li> | ||
</body> | ||
<!-- Most of the fun happens here! --> | ||
<body> | ||
<p>⚠️ Site Under Construction ⚠️</p> | ||
<h1>HISTORY OF MOBI</h1> | ||
<img class="logo-in-site" src="public/mobi logo.png" alt="MOBI Logo" /> | ||
<p>Diego Vester</p> | ||
<p>Founded 2012</p> | ||
<p>Updated Fall 2022</p> | ||
|
||
<h2>Table of Contents</h2> | ||
<p>Table of Contents</p> | ||
<p>Inception</p> | ||
<li>Purpose</li> | ||
<p>Meet the Team</p> | ||
<li>Founders</li> | ||
<li>Current Officers (Spring 2024)</li> | ||
<li>Past Officers</li> | ||
<p>Events</p> | ||
<li>Past social coding events</li> | ||
<li>MavPitches</li> | ||
<li>Hackathons</li> | ||
</body> | ||
</html> |
Oops, something went wrong.