Skip to content

Commit

Permalink
Refactored the website almost entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchetan Saravanan committed Apr 5, 2024
1 parent 1b16d6c commit cc4c3a1
Show file tree
Hide file tree
Showing 40 changed files with 6,354 additions and 235 deletions.
5,128 changes: 5,128 additions & 0 deletions assets/css/main.css

Large diffs are not rendered by default.

Binary file added assets/fonts/devicon.ttf
Binary file not shown.
Binary file added assets/fonts/devicon.woff
Binary file not shown.
Binary file added assets/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added assets/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added assets/fonts/fontawesome-webfont.woff2
Binary file not shown.
Binary file added assets/img/jpg/2235061.png
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 assets/img/jpg/BITS.png
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 assets/img/jpg/clutterbot_logo.jpeg
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 assets/img/jpg/fslam.png
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 assets/img/jpg/ingen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/img/jpg/kratos.png
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 assets/img/jpg/orbslam3.gif
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 assets/img/jpg/pictureOFME.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 assets/img/jpg/websiteicon.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 assets/img/webp/BITS.webp
Binary file not shown.
Binary file added assets/img/webp/Professional-Picture-Me.webp
Binary file not shown.
Binary file added assets/img/webp/clutterbot_logo.webp
Binary file not shown.
Binary file added assets/img/webp/fslam.webp
Binary file not shown.
Binary file added assets/img/webp/ingen.webp
Binary file not shown.
Binary file added assets/img/webp/isae.webp
Binary file not shown.
Binary file added assets/img/webp/kratos.webp
Binary file not shown.
Binary file added assets/img/websiteicon.ico
Binary file not shown.
24 changes: 24 additions & 0 deletions assets/js/google-analytics.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
var dnt = navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack;
if (dnt != "1" && dnt != "yes") {
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"https://www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "", "auto");
ga("send", "pageview");
}
1 change: 1 addition & 0 deletions assets/js/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions assets/js/sweet-scroll.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit cc4c3a1

Please sign in to comment.