Skip to content

Commit 6be8a12

Browse files
committed
Add Sponsor; Add submodule; Change location of index-css.css
1 parent 9071b8f commit 6be8a12

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "InterruptChallenge"]
22
path = InterruptChallenge
33
url = https://github.com/jyuvaraj03/InterruptChallenge.git
4+
[submodule "org"]
5+
path = org
6+
url = https://github.com/jyuvaraj03/org.git
File renamed without changes.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<title>Interrupt '18 | Home</title>
44
<link href="https://fonts.googleapis.com/css?family=Share+Tech+Mono" rel="stylesheet">
5-
<link href="css/index-css.css" rel="stylesheet">
5+
<link href="index-css.css" rel="stylesheet">
66
<link rel="icon" href="img/favicon.jpeg">
77
<link rel="apple-touch-icon" href="img/favicon.jpeg">
88

org

Submodule org added at 6383a8a

sponsors/img/dee.jpg

13.9 KB
Loading

sponsors/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919

2020
<!-- The logos are arranged in rows, three at a time. -->
2121

22-
<a href="http://www.careerlauncherchennai.com" class="sponsor-link"><img src="img/cl.jpg" class="sponsor-logo careerlauncher"></a>
23-
<a href="http://www.delium.co" class="sponsor-link"><img src="img/del.jpg" class="sponsor-logo"></a>
22+
<a href="http://www.careerlauncherchennai.com" target="_blank" class="sponsor-link"><img src="img/cl.jpg" class="sponsor-logo careerlauncher"></a>
23+
<a href="http://www.delium.co" target="_blank" class="sponsor-link"><img src="img/del.jpg" class="sponsor-logo"></a>
24+
<a href="https://deetaanalytics.com/" target="_blank" class="sponsor-link"><img src="img/dee.jpg" class="sponsor-logo"></a>
2425
<!--<a href="#" class="sponsor-link"><img src="img/alu.jpg" class="sponsor-logo alumni"></a>-->
2526

2627

0 commit comments

Comments
 (0)