Skip to content

Commit 035bc7a

Browse files
updates
1 parent 3c6d2f6 commit 035bc7a

9 files changed

Lines changed: 165 additions & 5 deletions

File tree

profiles/@Cartoomb/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<br />
5858
<!--DO NOT EDIT-->
5959
<!--The below time stamp will be updated to match the time of profile approval/upload-->
60-
<time id="profileTime"></time>
60+
Profile approved <time id="profileTime"></time>
6161
</div>
6262
</div>
6363
<footer class="card-footer" id="profileLinks">
18 KB
Loading

profiles/@GitFriends/index.html

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
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>

profiles/@GitFriends/status.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="ltr">
3+
<head>
4+
<meta charset="utf-8">
5+
<link rel="stylesheet" href="https://source.jborgarts.com/GitFriends/source/bulma/css/bulma.css">
6+
<title>Status</title>
7+
</head>
8+
<body>
9+
<section class='content'>
10+
<h5>Latest Platform Development Update</h5>
11+
<p>While we have already launched the recommended algorithm and profile development templates and scripts, we still have a lot to build!</p>
12+
<p>We are currently working on a profile search feature to help developers Git connected through more than the recommended feature.</p>
13+
<time>15 Mar 2025</time>
14+
15+
</section>
16+
17+
</body>
18+
</html>

profiles/@GitFriends/userload.js

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
function user_load(){
2+
/*Edit below line to update your profile's icon*/
3+
document.getElementById("profileIcon").src = './GitFriends.png'
4+
5+
/*Edit below line to update your profile's name*/
6+
document.getElementById("profileName").innerHTML = 'GitFriends'
7+
8+
/*Edit below line to update your profile's Git handle*/
9+
document.getElementById("profileGit").innerHTML = '@GitFriends'
10+
11+
/*Edit below line to update your profile's tagline*/
12+
document.getElementById("profileTagline").innerHTML = '<h3>Git friends through coding!</h3>'
13+
14+
/*Edit below line to update your profile's body content*/
15+
document.getElementById("profileContent").innerHTML = '<p>There have been plenty of networking platforms for programmers, but none have let programmers program in order to network.</p><p> That is what we are changing!</p> <p>Now, developers can program their own networking profiles and connect over their passion - programming.</p>'
16+
17+
/*Edit the below section to update your profile's links*/
18+
/*DO NOT CHANGE LINKED SERVICES. THIS MAY BREAK FEATURES OR RESULT IN YOUR PROFILE NOT BEING PUBLISHED*/
19+
/*Service links*/
20+
var githubLink = ''
21+
var gitlabLink = ''
22+
var gitLink = ''
23+
var xLink = ''
24+
var instagramLink = ''
25+
26+
/*Service Vars*/
27+
/*DO NOT EDIT LINK ICONS*/
28+
var githubIcon = 'https://source.jborgarts.com/GitFriends/source/icons/brand-github.svg'
29+
var gitlabIcon = 'https://source.jborgarts.com/GitFriends/source/icons/brand-gitlab.svg'
30+
var gitIcon = 'https://source.jborgarts.com/GitFriends/source/icons/brand-git.svg'
31+
var xIcon = 'https://source.jborgarts.com/GitFriends/source/icons/brand-x.svg'
32+
var instagramIcon = 'https://source.jborgarts.com/GitFriends/source/icons/brand-instagram.svg'
33+
34+
/*Edit the below innerHTML function to update your profile's links*/
35+
document.getElementById("profileLinks").innerHTML = ''
36+
/*<a href="'+[REPLACE WITH SERVICE VAR]+'" class="card-footer-item"> <img src="'+[REPLACE WITH SERVICE ICON]+'" width="50px" alt="Social Button"> </a>*/
37+
38+
39+
40+
/*Below line will be updated by admin staff to reflect profile creation/update time*/
41+
document.getElementById("profileTime").innerHTML = '7:54 PM - 15 Mar 2025'
42+
43+
}

profiles/@JacobBorgProgramming/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<br />
6060
<!--DO NOT EDIT-->
6161
<!--The below time stamp will be updated to match the time of profile approval/upload-->
62-
<time id="profileTime"></time>
62+
Profile approved <time id="profileTime"></time>
6363
</div>
6464
</div>
6565
<footer class="card-footer" id="profileLinks">

profiles/@example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<br />
5858
<!--DO NOT EDIT-->
5959
<!--The below time stamp will be updated to match the time of profile approval/upload-->
60-
<time id="profileTime"></time>
60+
Profile approved <time id="profileTime"></time>
6161
</div>
6262
</div>
6363
<footer class="card-footer" id="profileLinks">

profiles/@wave-digital-ministries/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<br />
5858
<!--DO NOT EDIT-->
5959
<!--The below time stamp will be updated to match the time of profile approval/upload-->
60-
<time id="profileTime"></time>
60+
Profile approved <time id="profileTime"></time>
6161
</div>
6262
</div>
6363
<footer class="card-footer" id="profileLinks">

source/gitfriends_algorithm.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*GitFriends Profile Algorithm*/
22

3-
var profiles = Array('@JacobBorgProgramming','@wave-digital-ministries','@Cartoomb');
3+
var profiles = Array('@JacobBorgProgramming','@wave-digital-ministries','@Cartoomb','@GitFriends');
44
var profileDirectory = 'https://source.jborgarts.com/GitFriends/profiles/'
55

66

@@ -44,6 +44,18 @@ function profileRec(){
4444
document.getElementById("profileLink_1").innerHTML = profiles_selected_1
4545
}
4646

47+
if (profiles_selected_1=='@GitFriends') {
48+
var profileName = 'GitFriends'
49+
var profileIcon = './profiles/@GitFriends/GitFriends.png'
50+
var profileTagline = '<h3>Git friends through coding!</h3>'
51+
document.getElementById("profileIcon_1").src = profileIcon
52+
document.getElementById("profileName_1").innerHTML = profileName
53+
document.getElementById("profileGit_1").innerHTML = profiles_selected_1
54+
document.getElementById("profileTagline_1").innerHTML = profileTagline
55+
document.getElementById("profileLink_1").href = profileDirectory+profiles_selected_1
56+
document.getElementById("profileLink_1").innerHTML = profiles_selected_1
57+
}
58+
4759

4860

4961
}

0 commit comments

Comments
 (0)