Skip to content

karnsweta92/website-static

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website-static

Serves the static assets and mocked API data for the webapps.

https://raw.githubusercontent.com/Real-Dev-Squad/website-static/main/[path-to-asset]

Directory Structure

ids
|__ mapping.json
|
members
|__ [member_rds_id]
|   |__ data.json
|   |__ img.png
|
api
|__ [api_id].json

Data format

ids

Unique ids provided to the member by Real Dev Squad

{
	[member_rds_id]: "<github_id>",
	...
}

members

{
	"id": "[member_rds_id]",
	"first_name": "Ankush",
	"last_name": "Dharkar",
	"yoe": 8,
	"company": "Pesto Tech",
	"designation": "Instructor",
	"img": "URL to profile pic",
	"github_id": "ankushdharkar",
	"linkedin_id": "ankushdharkar",
	"twitter_id": "ankushdharkar",
	"instagram_id": "ankushdharkar",
	"site": "<bio-website-here>"
}

Important: Github, LinkedIn, Twitter are mandatory

Note: Default img.png co-located in the folder

Rules for member_rds_id in Real Dev Squad:

  • Must begin with your first name
  • Must be unique
  • Must maintain alphabetic order in the mappings file
  • All lowercased letters
  • No special characters, except Hyphens -
  • Numbers may be allowed at discretion, but try to avoid
  • Nothing funky or unprofessional allowed

Rules for Profile picture:

  • Images should be a square
  • Size of the image should be greater than 500px X 500px
  • The face should be visible, centered and identifiable
  • Face should cover at least 60% of the image
  • The picture should be decent for the purposes of the group

About

Static assets hosted

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published