Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 13 additions & 20 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>

<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<meta name="description" content="Web site created using create-react-app" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
Expand All @@ -24,20 +22,15 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
<title>Web Dev Assignment</title>
</head>

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
<body>
<h1>Web Dev Assignments</h1>
<ul>
<li><a href="webdev_labs/a2/index.html">Assignment 2 Labs</a></li>
<li><a href="tuiter/navigation.html">Tuiter</a></li>
</ul>
</body>

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
</html>
Binary file added public/tuiter/assets/atari.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/tuiter/assets/leroy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/tuiter/assets/technology.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/tuiter/assets/webdev.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions public/tuiter/edit-profile.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">

<head>
<!-- this is the head -->
<title>React App - Profile Page</title>
</head>

<body>
<a href="profile.html">Back</a>
<h1>Tuiter</h1>
<h2>Edit Profile</h2>
<a href="profile.html">Save</a>

<form>
<img width="100%" height="200px" src="assets/technology.jpeg" />
<input type="file" />
<br />
<img width="48px" height="48px" src="assets/webdev.jpg" />
<br />
<input type="file" />
<hr />
<label for="name">Name</label>
<input value="WebDev" placeholder="Name" />
<hr />
<label for="bio">Bio</label>
<br />
<textarea cols="50" rows="10">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</textarea
>
</form>
</body>
</html>
73 changes: 73 additions & 0 deletions public/tuiter/home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<!DOCTYPE html>
<html lang="en">

<head>
<!-- this is the head -->
<title>React App - Home Page</title>
</head>

<body>
<!-- this is the body -->
<a href="navigation.html">Back</a>
<h1>Tuiter</h1>
<h2>Home</h2>
<img width="48px" src="assets/webdev.jpg" />
<form id="textarea">
<textarea rows="3" placeholder="What's happening?"></textarea>
</form>
<form id="publicity">
<select id="who-can-reply">
<option value="EVERYONE">Everyone can reply</option>
<option value="FOLLOWING">People you follow</option>
<option value="MENTIONED">Only people you mention</option>
</select>
</form>

<hr style="border-width: 0.1; color: lightgray" />
<form id="upload">
<input type="file" />
<button>Tuit</button>
</form>
<hr style="border-width: 0.1; color: lightgray" />

<!-- Couple of Tuits -->
<ul>
<li>
<a href="topic.html">Topic 123</a>
<br />

<img width="48" height="48" src="assets/atari.png" />
<a href="profile.html">Alice</a> @alice - 2h

<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>

<a href="reply.html">Reply</a> 123 |
<a href="retuit.html">Retuit</a> 234 | <a href="like.html">Like</a> 345 |
<a href="share.html">Share</a>
</li>

<br />

<li>
<a href="topic.html">Topic 234</a>
<br />

<img width="48" height="48" src="assets/leroy.jpg" />
<a href="profile.html">Leroy</a> @leroy - 4h

<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>

<a href="reply.html">Reply</a> 123 |
<a href="retuit.html">Retuit</a> 234 | <a href="like.html">Like</a> 345 |
<a href="share.html">Share</a>
</li>
</ul>
</body>

</html>
23 changes: 23 additions & 0 deletions public/tuiter/navigation.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">

<head>
<title>React App - Navigation Page</title>
</head>

<body>
<h1>Tuiter Navigation</h1>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="explore.html">Explore</a></li>
<li><a href="notifications.html">Notifications</a></li>
<li><a href="messages.html">Messages</a></li>
<li><a href="bookmarks.html">Bookmarks</a></li>
<li><a href="lists.html">Lists</a></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="tuit.html">Tuit</a></li>
<li><a href="reply.html">Reply</a></li>
</ul>
</body>

</html>
35 changes: 35 additions & 0 deletions public/tuiter/profile.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">

<head>
<!-- this is the head -->
<title>React App - Profile Page</title>
</head>

<body>
<a href="navigation.html">Back</a>
<h1>Tuiter</h1>
<h2>Profile</h2>
<img width="100%" height="200px" src="assets/technology.jpeg" />
<br />
<img width="48px" height="48px" src="assets/webdev.jpg" />
<a href="edit-profile.html">Edit profile</a>
<br />

<h2>WebDev</h2>
@WebDev
<p>
Lego, Ai and Space enthusiast, Web Polymath, used to hate Salsa and Merengue, but now desperately learning to play and dance
</p>
<p>Joined August 2021</p>
<p><b>123</b> Following <b>234</b> Followers</p>

<ul>
<li><a href="tuits.html">Tuits</a></li>
<li><a href="tuits-and-replies.html">Tuits & Replies</a></li>
<li><a href="media.html">Media</a></li>
<li><a href="likes.html">Likes</a></li>
</ul>
</body>

</html>
34 changes: 34 additions & 0 deletions public/tuiter/tuit.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">

<head>
<!-- this is the head -->
<title>React App - Tuit Page</title>
</head>

<body>
<!-- this is the body -->
<a href="navigation.html">Back</a>
<h1>Tuiter</h1>
<h2>Tuit</h2>
<img width="48px" src="assets/webdev.jpg" />
<form id="textarea">
<textarea rows="3" placeholder="What's happening?"></textarea>
</form>
<form id="publicity">
<select id="who-can-reply">
<option value="EVERYONE">Everyone can reply</option>
<option value="FOLLOWING">People you follow</option>
<option value="MENTIONED">Only people you mention</option>
</select>
</form>

<hr style="border-width: 0.1; color: lightgray" />
<form id="upload">
<input type="file" />
<button>Tuit</button>
</form>
<hr style="border-width: 0.1; color: lightgray" />
</body>

</html>
Loading