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
{ | |
"public_identifier": "thereverend", | |
"profile_pic_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/thereverend/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20231225%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20231225T214821Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=9f0c4bebe44a035d959a8c4cfd35c224b7f2c747da2d051bf0db8afa0d10fd5a", | |
"background_cover_image_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/thereverend/cover?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20231225%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20231225T214821Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=06c786ce0bc5089ad0203c5ee6cb797a84f781140594f765736ae6c25d289ab5", | |
"first_name": "The", | |
"last_name": "Reverend", | |
"full_name": "The Reverend", | |
"follower_count": 522, | |
"occupation": "CEO/Founder Mogul, Inc at Mogul", | |
"headline": "CEO/Founder - Mogul, Inc.", |
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
<form action="#" id="registration"> | |
<h1>Register an Account</h1> | |
<p> | |
<label for="username">Username:</label> | |
<input type="text" id="username" name="username" /> | |
</p> | |
<p> | |
<label for="password1">Password:</label> |
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
<div class="container"> | |
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="600px" height="600px" viewBox="0 0 600 600"> | |
<defs> | |
<linearGradient id="edgeGrad" x1="0%" y1="0%" x2="0%" y2="100%"> | |
<stop offset="0%" style="stop-color:#3D80CF;stop-opacity:0.1" /> | |
<stop offset="100%" style="stop-color:#24B9BD;stop-opacity:0.2" /> | |
</linearGradient> | |
<linearGradient id="bodyGrad" x1="0%" y1="0%" x2="0%" y2="100%"> | |
<stop offset="0%" style="stop-color:#3D80CF;stop-opacity:1" /> | |
<stop offset="100%" style="stop-color:#24B9BD;stop-opacity:0.2" /> |