Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.19 KB

student-portal

student-portal

add this into the html by updating your data into the code:

  • 👉number👈
    👉your name👈
    👉your roll id👈
    👉your gender👈
    👉your mail👈
  • after adding this script of code into index.html, now add this script into scripts.js

    const studentProfiles = { 👉your name👈: { profilePic: '👉img url👈', name: '👉your name👈', rollId: '👉your roll id👈', department: '👉your department👈', cgpa: 👉your cgpa👈, age: 👉your age👈, grade: '👉your grade👈', adhaarNo: '👉your adhaar number👈', mobNo: '👉your mobile number👈', collegeMail: '👉your collegeMail👈', personalMail: '👉your personalMail👈', aicteCertificates: 3, linkedin: '👉your linkedin url👈', github: '👉your github url👈', instagram: '👉your instagram url👈' },