|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en" dir="ltr"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>GitFriends</title> |
| 6 | + <link rel="shortcut icon" href="https://source.jborgarts.com/GitFriends/source/icons/git-fork.svg"> |
| 7 | + <!--GitFriends Profile--> |
| 8 | + <script src="https://source.jborgarts.com/GitFriends/source/menus.js"></script> |
| 9 | + <script src="https://source.jborgarts.com/GitFriends/source/icons.js"></script> |
| 10 | + <script src="./userload.js"></script> |
| 11 | + <link rel="stylesheet" href="https://source.jborgarts.com/GitFriends/source/bulma/css/bulma.css"> |
| 12 | + </head> |
| 13 | + |
| 14 | + <body onload="topMenu_load(), user_load()"> |
| 15 | + <header> |
| 16 | + <div id="topMenu"> |
| 17 | + <!--./menus.js--> |
| 18 | + </div> |
| 19 | + </header> |
| 20 | +<section style="padding: 10%;"> |
| 21 | + <!--Profile Content--> |
| 22 | + <div class="card"> |
| 23 | + <div class="card-content"> |
| 24 | + <div class="media"> |
| 25 | + <div class="media-left"> |
| 26 | + <figure class="image is-48x48"> |
| 27 | + <img |
| 28 | + src="" |
| 29 | + alt="User icon" |
| 30 | + id="profileIcon" |
| 31 | + /> |
| 32 | + </figure> |
| 33 | + </div> |
| 34 | + <div class="media-content"> |
| 35 | + <p id="profileName" class="title is-4"> <!--Controlled by profile script--></p> |
| 36 | + <p id="profileGit" class="subtitle is-6"> <!--Controlled by profile script--></p> |
| 37 | + </div> |
| 38 | + </div> |
| 39 | + |
| 40 | + <div class="content"> |
| 41 | + <div id="profileTagline"> |
| 42 | + <!--Controlled by profile script--> |
| 43 | + </div> |
| 44 | + <div id="profileContent"> |
| 45 | + <!--Controlled by profile script--> |
| 46 | + </div> |
| 47 | + |
| 48 | + <br /> |
| 49 | + <!--Sand Box Begin--> |
| 50 | + |
| 51 | + <!--This is your zone. Highlight projects; make a mini webpage; code a minigame; |
| 52 | + It is up to you!--> |
| 53 | + <h5>Latest Platform Development Update</h5> |
| 54 | + <p>While we have already launched the recommended algorithm and profile development templates and scripts, we still have a lot to build!</p> |
| 55 | + <p>We are currently working on a profile search feature to help developers Git connected through more than the recommended feature.</p> |
| 56 | + |
| 57 | + <!--MUST ABIDE BY COMMUNITY AND GITHUB GUIDELINES--> |
| 58 | + |
| 59 | + <!--Sand Box End--> |
| 60 | + <br /> |
| 61 | + <!--DO NOT EDIT--> |
| 62 | + <!--The below time stamp will be updated to match the time of profile approval/upload--> |
| 63 | + Profile approved <time id="profileTime"></time> |
| 64 | + </div> |
| 65 | + </div> |
| 66 | + <footer class="card-footer" id="profileLinks"> |
| 67 | + |
| 68 | + <!--Controlled by profile script--> |
| 69 | + |
| 70 | + </footer> |
| 71 | + </div> |
| 72 | +</section> |
| 73 | + |
| 74 | + </body> |
| 75 | + |
| 76 | + |
| 77 | + <script type="text/javascript"> |
| 78 | + function topMenu(){ |
| 79 | + |
| 80 | + //Menu Row 1// |
| 81 | + document.getElementById("topMenu").innerHTML = '<div class="btn-group" style="padding-bottom: 15px" role="group" aria-label="Basic example"><a href="./memelab.html" type="button" class="btn btn-dark">Border Text</a><a href="./memelab-classic.html" type="button" class="btn btn-dark">Classic</a><a href="./memelab-1x2.html" type="button" class="btn btn-dark">1x2</a> <!-- is not ready <a href="./memelab-2x1.html" type="button" class="btn btn-dark">2x1</a>-->' |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + } |
| 86 | + </script> |
| 87 | +</html> |
0 commit comments