forked from abcotter/WhoFundsYourFeed
-
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 abcotter#40 from abcotter/frontend-chrome-extension
added styling for input email field.
- Loading branch information
Showing
3 changed files
with
65 additions
and
5 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
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 |
---|---|---|
|
@@ -6,9 +6,21 @@ <h1>Who Funds Your Feed</h1> | |
</head> | ||
|
||
<body> | ||
|
||
<p>Please enter your e-mail to enable sponsorship detection:</p> | ||
<div class="flex-container"> | ||
<div class="flex-child textBox"> | ||
<input type="text" id="box" placeholder=" [email protected] " name="inputText" value="" /> | ||
</div> | ||
<div class="flex-child submitButton"> | ||
<input type="button" id="submit" value="Submit" /> | ||
</div> | ||
</div> | ||
|
||
<h2>Click to see your personalized insights!</h2> | ||
<button class="button" id="index_link">View Insights</button> | ||
<p class="gap"></p> | ||
|
||
<h2>About WFYF</h2> | ||
<p>This chrome extension will identify sponsored content on YouTube in order to provide awareness around the largest funders of your content consumption and their respective biases</p> | ||
<script src="popup.js"></script> | ||
|
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