Skip to content

Commit

Permalink
Merge pull request #24 from iicsrm/kshavp
Browse files Browse the repository at this point in the history
new-img + fav
  • Loading branch information
iicsrm authored Jan 17, 2024
2 parents ff44ac6 + 94a1570 commit 9f0cef2
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/owl.carousel.min.js"></script>
<title>IT Club - Department of Computer Applications</title>
<link rel="icon" href="./public/img/fav.ico" type="image/x-icon">
</head>
<body>
<!-- Your carousel container -->
Expand Down
1 change: 1 addition & 0 deletions goal.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IIC - Institutional Innovation Council</title>
<link rel="icon" href="./public/img/fav.ico" type="image/x-icon">
</head>
<body>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>IT Club - Department of Computer Applications </title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="./css/index.css">
<link rel="icon" href="./public/img/iic-fav.ico" type="image/x-icon">
<link rel="icon" href="./public/img/fav.ico" type="image/x-icon">
</head>

<body class="flex flex-col min-h-screen bg-gray-100">
Expand Down
8 changes: 4 additions & 4 deletions member.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{
"name" : "Mohd. Ayan Khan",
"pos" : "Senior Member, WebxPert",
"imgSrc" : "blank-m.png",
"imgSrc" : "ayan.jpg",
"linkedin" : "https://www.linkedin.com/in/ayan-khan-0990a127b/",
"github" : "https://github.com/ayansrmed100",
"twitter" : "#"
Expand All @@ -82,15 +82,15 @@
{
"name" : "Vartika Sharma",
"pos" : "Member, InnoVix",
"imgSrc" : "vartika.jpeg",
"imgSrc" : "vartika.jpg",
"linkedin" : "https://www.linkedin.com/in/vartika-sharma-509504292/",
"github" : "#",
"twitter" : "#"
},
{
"name" : "Drishti Jaiswal",
"pos" : "Senior Member, TechSquad",
"imgSrc" : "drishti.jpeg",
"imgSrc" : "drishti.jpg",
"linkedin" : "https://www.linkedin.com/in//",
"github" : "https://github.com/drishti-jaiswal",
"twitter" : "#"
Expand Down Expand Up @@ -130,7 +130,7 @@
{
"name" : "Ruchi Chaudhary",
"pos" : "Member, WebxPert",
"imgSrc" : "blank-f.jpg",
"imgSrc" : "ruchi.jpg",
"linkedin" : "#",
"github" : "https://github.com/Ruchi7310",
"twitter" : "#"
Expand Down
2 changes: 1 addition & 1 deletion members.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>IT Club - Department of Computer Applications</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="./css/index.css">
<link rel="icon" href="./public/img/iic-fav.ico" type="image/x-icon">
<link rel="icon" href="./public/img/fav.ico" type="image/x-icon">
</head>

<body class="flex flex-col min-h-screen bg-gray-100">
Expand Down
Binary file added public/img/fav.ico
Binary file not shown.
Binary file added public/img/members/ayan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/members/drishti.jpeg
Binary file not shown.
Binary file added public/img/members/drishti.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/members/ruchi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/members/vartika.jpeg
Binary file not shown.
Binary file added public/img/members/vartika.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion teams.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>IT Club - Department of Computer Applications</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="./css/index.css">
<link rel="icon" href="./public/img/iic-fav.ico" type="image/x-icon">
<link rel="icon" href="./public/img/fav.ico" type="image/x-icon">
</head>

<body class="flex flex-col min-h-screen bg-gray-100">
Expand Down

0 comments on commit 9f0cef2

Please sign in to comment.