├── .github └── workflows │ └── Website.yml ├── .vscode └── settings.json ├── LICENSE ├── README.md ├── blog.html ├── ca.html ├── contact.html ├── crregister.html ├── css ├── .DS_Store ├── ajax-loader.gif ├── animate.css ├── aos.css ├── bootstrap-datepicker.css ├── bootstrap.min.css ├── bootstrap │ ├── .DS_Store │ ├── bootstrap-grid.css │ └── bootstrap-reboot.css ├── cr.css ├── css │ ├── .DS_Store │ ├── bootstrap-reboot.css │ └── mixins │ │ └── _text-hide.css ├── flaticon.css ├── footer.css ├── icomoon.css ├── ionicons.min.css ├── jquery.timepicker.css ├── magnific-popup.css ├── open-iconic-bootstrap.min.css ├── owl.carousel.min.css ├── owl.theme.default.min.css ├── regn.css └── style.css ├── events.html ├── fonts ├── .DS_Store ├── flaticon │ ├── .DS_Store │ ├── backup.txt │ ├── font │ │ ├── Flaticon.eot │ │ ├── Flaticon.svg │ │ ├── Flaticon.ttf │ │ ├── Flaticon.woff │ │ ├── _flaticon.scss │ │ ├── flaticon.css │ │ └── flaticon.html │ └── license │ │ └── license.pdf ├── icomoon │ ├── icomoon.eot │ ├── icomoon.svg │ ├── icomoon.ttf │ └── icomoon.woff ├── ionicons │ ├── css │ │ ├── _ionicons.scss │ │ └── ionicons.min.css │ └── fonts │ │ ├── .DS_Store │ │ ├── ionicons.eot │ │ ├── ionicons.svg │ │ ├── ionicons.ttf │ │ ├── ionicons.woff │ │ └── ionicons.woff2 └── open-iconic │ ├── open-iconic.eot │ ├── open-iconic.otf │ ├── open-iconic.svg │ ├── open-iconic.ttf │ └── open-iconic.woff ├── gallery.html ├── images ├── .DS_Store ├── 4.png ├── AB603.jpg ├── AMRIT.jpg ├── Abhijeet.jpg ├── Abhishek Narayan Gupta.jpg ├── Akanksha suman.jpg ├── Arghya Bandyopadhyay.jpg ├── Astitwa_.jpg ├── DSC02465.jpg ├── DSC02607.jpg ├── DSC02711.jpg ├── EE.png ├── Govinda jha.JPG ├── Meghadri Koley.jpg ├── Member Selection Drive(1).png ├── Naxalism.JPG ├── Nikhil Shukla.jpg ├── Pranay Kumar_.jpg ├── Rice.png ├── SAFALYA'22 .jpg ├── SAFALYA'2k22.jpg ├── Sabyasachi Seal.jpg ├── SamarthBlack.png ├── SamarthWhite.png ├── Saptarshi Dutta.jpg ├── Saurabh kumar_.jpg ├── Shibham Kar_.jpg ├── Sonu suman_.jpg ├── Swagata Banik_.jpg ├── TABLE1.png ├── TABLE2.png ├── TIME.png ├── TMSLwhite.png ├── TOTS.jpeg ├── Tmsl.png ├── Utsav Nayan_.jpg ├── VivekThakur_1.jpg ├── about.jpg ├── ad.png ├── aimi.png ├── aman raj.jpg ├── anmol.jpg ├── aph.png ├── apti.png ├── bidhan.jpeg ├── chandan.jpeg ├── coc.jpeg ├── coc_gif.gif ├── code1.png ├── code2.png ├── creative.jpg ├── crs_1.png ├── cse.png ├── cseb.png ├── dakr.png ├── dalia.jpeg ├── dev.jpg ├── ece.png ├── ee-1.png ├── ee-2.png ├── ee-3.png ├── ee-4.png ├── ehthusia.jpeg ├── email_logo1.png ├── enthusia.jpg ├── enthusia_extempore.jpeg ├── enthusia_memorygame.jpeg ├── enthusia_quiz.jpeg ├── enthusia_vidment.jpeg ├── facebook2x.png ├── faridul.jpeg ├── food.jpg ├── gallery │ ├── 1.jpeg │ ├── 10.jpeg │ ├── 11.jpeg │ ├── 12.jpeg │ ├── 13.jpeg │ ├── 14.jpeg │ ├── 15.jpeg │ ├── 16.jpeg │ ├── 17.jpeg │ ├── 18.jpeg │ ├── 19.jpeg │ ├── 2.jpeg │ ├── 20.jpeg │ ├── 21.jpeg │ ├── 22.jpeg │ ├── 23.jpeg │ ├── 24.jpeg │ ├── 25.jpeg │ ├── 26.jpeg │ ├── 27.jpeg │ ├── 28.jpeg │ ├── 29.jpeg │ ├── 3.jpeg │ ├── 30.jpeg │ ├── 31.jpeg │ ├── 32.jpeg │ ├── 33.jpeg │ ├── 34.jpeg │ ├── 35.jpeg │ ├── 36.jpeg │ ├── 37.jpeg │ ├── 38.jpeg │ ├── 39.jpeg │ ├── 4.jpeg │ ├── 40.jpeg │ ├── 41.jpeg │ ├── 42.jpeg │ ├── 43.jpeg │ ├── 44.jpeg │ ├── 45.jpeg │ ├── 46.jpeg │ ├── 47.jpeg │ ├── 48.jpeg │ ├── 49.jpeg │ ├── 5.jpeg │ ├── 50.jpeg │ ├── 51.jpeg │ ├── 52.jpeg │ ├── 53.JPG │ ├── 6.jpeg │ ├── 7.jpeg │ ├── 8.jpeg │ └── 9.jpeg ├── game.png ├── gaza.jpg ├── gaza.png ├── geoias.jpeg ├── gourav.jpeg ├── guest_Aditya.jpg ├── guest_Amit.jpg ├── guest_Sameer.jpg ├── guest_Santosh.jpg ├── guest_Shloka.jpg ├── guest_chief_dGp.jpeg ├── guest_deepakthakur.jpeg ├── guest_hemant.jpeg ├── guest_navin.jpeg ├── guest_purnava.jpeg ├── guest_purnava2k22.jpg ├── guest_sayan.jpg ├── guest_sonika.jpeg ├── guest_uddipan.jpeg ├── hacktoberfest.jpeg ├── harsh.jpg ├── induction.jpeg ├── instagram2x.png ├── intrainz.jpeg ├── kebab.png ├── kolkata.png ├── kwik.png ├── linkedin2x.png ├── loc.png ├── logo_navbar_gif.gif ├── lwh.png ├── map.svg ├── mayank.jpg ├── megha.jpeg ├── mrp.png ├── mrs.png ├── nav_logo.gif ├── nav_logo_white.gif ├── oil.jpg ├── oil.png ├── pd.png ├── photodrive.jpeg ├── purplewave.png ├── question.png ├── radio.jpeg ├── ramanuj.jpg ├── rapido.png ├── raunak.jpeg ├── real.png ├── rituparna.jpeg ├── rohit.jpg ├── rsk.png ├── safalya 2023 │ ├── aptitude.jpeg │ ├── brainblitz.jpeg │ ├── debate.jpeg │ ├── faceofsafalya.jpeg │ ├── innovate.jpg │ ├── instantink.jpeg │ ├── matrixofmock.jpeg │ ├── safalya2023.jpg │ ├── shotavid.jpeg │ └── shrelock.jpeg ├── safalya.jpeg ├── safalya22_dd.jpg ├── safalya22_debate.jpg ├── safalya22_momock.jpg ├── safalya22_quiz.jpg ├── safalya22_trh.jpg ├── safalya_debate.jpeg ├── safalya_dreamdots.jpeg ├── safalya_matrix.jpeg ├── safalya_quiz.jpeg ├── sam.png ├── samarth_svg.svg ├── santanu.jpeg ├── sconto.jpeg ├── sd.png ├── smd.png ├── srijita.jpeg ├── ss-g.png ├── ssc-eng.png ├── ssc-gen.png ├── ssc-math.png ├── ssc-reas.png ├── swarn jyoti.jpeg ├── tc.png ├── titans.jpg ├── twitter2x.png ├── up-button2.png ├── vinit.jpg ├── vip.png ├── wavefooter.png ├── website2x.png ├── winni.png └── work-6.jpg ├── index.html ├── js ├── .DS_Store ├── 3-scroll-top.js ├── aos.js ├── bootstrap-datepicker.js ├── bootstrap.min.js ├── getResource.js ├── google-map.js ├── index.js ├── jquery-3.2.1.min.js ├── jquery-migrate-3.0.1.min.js ├── jquery.animateNumber.min.js ├── jquery.easing.1.3.js ├── jquery.magnific-popup.min.js ├── jquery.min.js ├── jquery.stellar.min.js ├── jquery.waypoints.min.js ├── main.js ├── owl.carousel.min.js ├── particle.js ├── particles.min.js ├── popper.min.js ├── pre.js └── scrollax.min.js ├── regn.html ├── resource.html ├── scss ├── .DS_Store ├── bootstrap │ ├── _alert.scss │ ├── _badge.scss │ ├── _breadcrumb.scss │ ├── _button-group.scss │ ├── _buttons.scss │ ├── _card.scss │ ├── _carousel.scss │ ├── _close.scss │ ├── _code.scss │ ├── _custom-forms.scss │ ├── _dropdown.scss │ ├── _forms.scss │ ├── _functions.scss │ ├── _grid.scss │ ├── _images.scss │ ├── _input-group.scss │ ├── _jumbotron.scss │ ├── _list-group.scss │ ├── _media.scss │ ├── _mixins.scss │ ├── _modal.scss │ ├── _nav.scss │ ├── _navbar.scss │ ├── _pagination.scss │ ├── _popover.scss │ ├── _print.scss │ ├── _progress.scss │ ├── _reboot.scss │ ├── _root.scss │ ├── _tables.scss │ ├── _tooltip.scss │ ├── _transitions.scss │ ├── _type.scss │ ├── _utilities.scss │ ├── _variables.scss │ ├── bootstrap-grid.scss │ ├── bootstrap-reboot.scss │ ├── bootstrap.scss │ ├── mixins │ │ ├── _alert.scss │ │ ├── _background-variant.scss │ │ ├── _badge.scss │ │ ├── _border-radius.scss │ │ ├── _box-shadow.scss │ │ ├── _breakpoints.scss │ │ ├── _buttons.scss │ │ ├── _caret.scss │ │ ├── _clearfix.scss │ │ ├── _float.scss │ │ ├── _forms.scss │ │ ├── _gradients.scss │ │ ├── _grid-framework.scss │ │ ├── _grid.scss │ │ ├── _hover.scss │ │ ├── _image.scss │ │ ├── _list-group.scss │ │ ├── _lists.scss │ │ ├── _nav-divider.scss │ │ ├── _pagination.scss │ │ ├── _reset-text.scss │ │ ├── _resize.scss │ │ ├── _screen-reader.scss │ │ ├── _size.scss │ │ ├── _table-row.scss │ │ ├── _text-emphasis.scss │ │ ├── _text-hide.scss │ │ ├── _text-truncate.scss │ │ ├── _transition.scss │ │ └── _visibility.scss │ └── utilities │ │ ├── _align.scss │ │ ├── _background.scss │ │ ├── _borders.scss │ │ ├── _clearfix.scss │ │ ├── _display.scss │ │ ├── _embed.scss │ │ ├── _flex.scss │ │ ├── _float.scss │ │ ├── _position.scss │ │ ├── _screenreaders.scss │ │ ├── _shadows.scss │ │ ├── _sizing.scss │ │ ├── _spacing.scss │ │ ├── _text.scss │ │ └── _visibility.scss └── style.scss ├── sponsor.html ├── success.html ├── team.html └── website.svg /.github/workflows/Website.yml: -------------------------------------------------------------------------------- 1 | name: Metrics 2 | on: 3 | schedule: 4 | - cron: "0 */2 * * *" 5 | workflow_dispatch: 6 | jobs: 7 | build: 8 | runs-on: ubuntu-latest 9 | name: Main Workflow 10 | steps: 11 | - name: Checkout 12 | uses: actions/checkout@v2 13 | - name: Website 14 | uses: lowlighter/metrics@latest 15 | with: 16 | filename: website.svg 17 | token: NOT_NEEDED 18 | base: "" 19 | plugin_pagespeed: yes 20 | plugin_pagespeed_screenshot: yes 21 | plugin_pagespeed_token: ${{ secrets.PAGESPEED_TOKEN }} 22 | plugin_pagespeed_url: https://samarthtech.github.io/Samarth-Website/ 23 | -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Samarth - TMSL 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # HacktoberFest 2023 `GOOD FIRST` Pull Request - `Digital Rewards`🎉 2 | 3 |  4 | 5 | # The Open Source Adventure Awaits! 🗺️ 6 | 7 | 🌐 HacktoberFest is your gateway to the vibrant world of open source. This year marks the 10th anniversary of Hacktoberfest, and we’re calling on your support! Join us on this epic journey and earn yourself an exclusive digital reward kit from DigitalOcean and our sponsors and partners.. 8 | 9 |
16 | 17 | 📢 Sign up for Hacktoberfest 2023, and contribute four pull requests (PRs) between October 1st-31st to claim your stash of cool SWAGS 🔥. 18 | 19 | ## [Click to Participate](https://hacktoberfest.com/participation/) 20 | 21 | # INSTRUCTIONS - Get Ready for the Adventure 🧭 22 | 23 | Welcome! We're excited to have you on board. Follow the steps below to contribute and add your name, picture, LinkedIn profile, and GitHub profile to our contributors' list. 24 | 25 | - Fork this Repository using the button at the top on right corner. 26 | 27 | - Clone your forked repository to your pc `git clone https://github.com/SamarthTech/Samarth-Website.git` 28 | 29 | ```bash 30 | git clone https://github.com/SamarthTech/Samarth-Website.git 31 | ``` 32 | 33 | - Make improvements and modifications in the website. 34 | 35 | - Carve your own path with a new branch for your modifications (ie. `git branch new-user` and check it out `git checkout new-user` or simply do `git checkout -b new-user`) 36 | 37 | - Blaze your trail with these commands: `git add -A` or `git add .`, `git commit -m "added myself"`, and `git push origin new-explorer` 38 | 39 | - Create a pull request 40 | 41 | - Star this repository 42 | 43 | ## Here is a quick reference guide for GitHub: [GitHub Guide](https://github.com/git-guides) 44 | 45 | - Aim to make more than 4 pull requests. 46 | - Imagine you've only made 4 pull requests to different projects, but one of those projects isn't part of the Hacktoberfest event. 47 | - In that case, your pull request won't be counted, leaving you with just 3 valid ones if those projects aren't excluded either. 48 | - To ensure your success, I recommend making a pull request to your own repo, as long as it has the Hacktoberfest topic. 49 | 50 | ## Wait for Pull Request to merge 51 | 52 | ## Celebrate - you've done your first pull request!! 53 | 54 | ## + Follow US on samarthtmsl.live : Swift Approval of Your Quest 🚀 55 | -------------------------------------------------------------------------------- /css/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/css/.DS_Store -------------------------------------------------------------------------------- /css/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/css/ajax-loader.gif -------------------------------------------------------------------------------- /css/bootstrap/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/css/bootstrap/.DS_Store -------------------------------------------------------------------------------- /css/css/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/css/css/.DS_Store -------------------------------------------------------------------------------- /css/css/mixins/_text-hide.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/css/css/mixins/_text-hide.css -------------------------------------------------------------------------------- /css/flaticon.css: -------------------------------------------------------------------------------- 1 | /* 2 | Flaticon icon font: Flaticon 3 | Creation date: 11/07/2018 10:34 4 | */ 5 | 6 | @font-face { 7 | font-family: "Flaticon"; 8 | src: url("../fonts/flaticon/font/Flaticon.eot"); 9 | src: url("../fonts/flaticon/font/Flaticon.eot?#iefix") format("embedded-opentype"), 10 | url("../fonts/flaticon/font/Flaticon.woff") format("woff"), 11 | url("../fonts/flaticon/font/Flaticon.ttf") format("truetype"), 12 | url("../fonts/flaticon/font/Flaticon.svg#Flaticon") format("svg"); 13 | font-weight: normal; 14 | font-style: normal; 15 | } 16 | 17 | @media screen and (-webkit-min-device-pixel-ratio:0) { 18 | @font-face { 19 | font-family: "Flaticon"; 20 | src: url("../fonts/flaticon/font/Flaticon.svg#Flaticon") format("svg"); 21 | } 22 | } 23 | 24 | [class^="flaticon-"]:before, [class*=" flaticon-"]:before, 25 | [class^="flaticon-"]:after, [class*=" flaticon-"]:after { 26 | font-family: Flaticon; 27 | font-style: normal; 28 | font-weight: normal; 29 | font-variant: normal; 30 | text-transform: none; 31 | line-height: 1; 32 | 33 | /* Better Font Rendering =========== */ 34 | -webkit-font-smoothing: antialiased; 35 | -moz-osx-font-smoothing: grayscale; 36 | } 37 | 38 | .flaticon-woman:before { content: "\f100"; } 39 | .flaticon-tray:before { content: "\f101"; } 40 | .flaticon-disco-ball:before { content: "\f102"; } 41 | .flaticon-beer:before { content: "\f103"; } 42 | .flaticon-cheers:before { content: "\f104"; } 43 | .flaticon-receptionist:before { content: "\f105"; } 44 | .flaticon-spa:before { content: "\f106"; } 45 | .flaticon-wifi-router:before { content: "\f107"; } 46 | .flaticon-deck-chair:before { content: "\f108"; } 47 | .flaticon-bed:before { content: "\f109"; } 48 | .flaticon-resort:before { content: "\f10a"; } 49 | .flaticon-bathtub:before { content: "\f10b"; } -------------------------------------------------------------------------------- /css/footer.css: -------------------------------------------------------------------------------- 1 | .footer-icons ul{ 2 | margin-bottom: 0; 3 | } 4 | .footer-icons ul li{ 5 | transition: width 2s, height 4s; 6 | color: aliceblue; 7 | 8 | } 9 | .footer-icons ul li a:hover{ 10 | padding: 6px 6px; 11 | border-radius: 50px; 12 | color: #E98074; 13 | background-color: white; 14 | } -------------------------------------------------------------------------------- /css/jquery.timepicker.css: -------------------------------------------------------------------------------- 1 | .ui-timepicker-wrapper { 2 | overflow-y: auto; 3 | max-height: 150px; 4 | width: 6.5em; 5 | background: #fff; 6 | border: 1px solid #ddd; 7 | -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2); 8 | -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2); 9 | box-shadow:0 5px 10px rgba(0,0,0,0.2); 10 | outline: none; 11 | z-index: 10001; 12 | margin: 0; 13 | } 14 | 15 | .ui-timepicker-wrapper.ui-timepicker-with-duration { 16 | width: 13em; 17 | } 18 | 19 | .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30, 20 | .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 { 21 | width: 11em; 22 | } 23 | 24 | .ui-timepicker-list { 25 | margin: 0; 26 | padding: 0; 27 | list-style: none; 28 | } 29 | 30 | .ui-timepicker-duration { 31 | margin-left: 5px; color: #888; 32 | } 33 | 34 | .ui-timepicker-list:hover .ui-timepicker-duration { 35 | color: #888; 36 | } 37 | 38 | .ui-timepicker-list li { 39 | padding: 3px 0 3px 5px; 40 | cursor: pointer; 41 | white-space: nowrap; 42 | color: #000; 43 | list-style: none; 44 | margin: 0; 45 | } 46 | 47 | .ui-timepicker-list:hover .ui-timepicker-selected { 48 | background: #fff; color: #000; 49 | } 50 | 51 | li.ui-timepicker-selected, 52 | .ui-timepicker-list li:hover, 53 | .ui-timepicker-list .ui-timepicker-selected:hover { 54 | background: #1980EC; color: #fff; 55 | } 56 | 57 | li.ui-timepicker-selected .ui-timepicker-duration, 58 | .ui-timepicker-list li:hover .ui-timepicker-duration { 59 | color: #ccc; 60 | } 61 | 62 | .ui-timepicker-list li.ui-timepicker-disabled, 63 | .ui-timepicker-list li.ui-timepicker-disabled:hover, 64 | .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled { 65 | color: #888; 66 | cursor: default; 67 | } 68 | 69 | .ui-timepicker-list li.ui-timepicker-disabled:hover, 70 | .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled { 71 | background: #f2f2f2; 72 | } 73 | -------------------------------------------------------------------------------- /css/owl.carousel.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.3.0 3 | * Copyright 2013-2017 David Deutsch 4 | * Licensed under () 5 | */ 6 | .owl-carousel, 7 | .owl-carousel .owl-item { 8 | -webkit-tap-highlight-color: transparent; 9 | position: relative 10 | } 11 | 12 | .owl-carousel { 13 | display: none; 14 | width: 100%; 15 | z-index: 1 16 | } 17 | 18 | .owl-carousel .owl-stage { 19 | position: relative; 20 | -ms-touch-action: pan-Y; 21 | touch-action: manipulation; 22 | -moz-backface-visibility: hidden 23 | } 24 | 25 | .owl-carousel .owl-stage:after { 26 | content: "."; 27 | display: block; 28 | clear: both; 29 | visibility: hidden; 30 | line-height: 0; 31 | height: 0 32 | } 33 | 34 | .owl-carousel .owl-stage-outer { 35 | position: relative; 36 | overflow: hidden; 37 | -webkit-transform: translate3d(0, 0, 0) 38 | } 39 | 40 | .owl-carousel .owl-item, 41 | .owl-carousel .owl-wrapper { 42 | background: transparent; 43 | -webkit-backface-visibility: hidden; 44 | -moz-backface-visibility: hidden; 45 | -ms-backface-visibility: hidden; 46 | -webkit-transform: translate3d(0, 0, 0); 47 | -moz-transform: translate3d(0, 0, 0); 48 | -ms-transform: translate3d(0, 0, 0) 49 | } 50 | 51 | .owl-carousel .owl-item { 52 | min-height: 1px; 53 | float: left; 54 | -webkit-backface-visibility: hidden; 55 | -webkit-touch-callout: none 56 | } 57 | 58 | .owl-carousel .owl-item img { 59 | display: block; 60 | width: 100% 61 | } 62 | 63 | .owl-carousel .owl-dots.disabled, 64 | .owl-carousel .owl-nav { 65 | display: none 66 | } 67 | 68 | .no-js .owl-carousel, 69 | .owl-carousel.owl-loaded { 70 | display: block 71 | } 72 | 73 | .owl-carousel .owl-dot { 74 | cursor: pointer; 75 | cursor: hand; 76 | -webkit-user-select: none; 77 | -khtml-user-select: none; 78 | -moz-user-select: none; 79 | -ms-user-select: none; 80 | user-select: none 81 | } 82 | 83 | .owl-carousel button.owl-dot { 84 | background: 0 0; 85 | color: inherit; 86 | border: none; 87 | padding: 0 !important; 88 | font: inherit 89 | } 90 | 91 | .owl-carousel.owl-loading { 92 | opacity: 0; 93 | display: block 94 | } 95 | 96 | .owl-carousel.owl-hidden { 97 | opacity: 0 98 | } 99 | 100 | .owl-carousel.owl-refresh .owl-item { 101 | visibility: hidden 102 | } 103 | 104 | .owl-carousel.owl-drag .owl-item { 105 | -ms-touch-action: none; 106 | touch-action: none; 107 | -webkit-user-select: none; 108 | -moz-user-select: none; 109 | -ms-user-select: none; 110 | user-select: none 111 | } 112 | 113 | .owl-carousel.owl-grab { 114 | cursor: move; 115 | cursor: grab 116 | } 117 | 118 | .owl-carousel.owl-rtl { 119 | direction: rtl 120 | } 121 | 122 | .owl-carousel.owl-rtl .owl-item { 123 | float: right 124 | } 125 | 126 | .owl-carousel .animated { 127 | -webkit-animation-duration: 1s; 128 | animation-duration: 1s; 129 | -webkit-animation-fill-mode: both; 130 | animation-fill-mode: both 131 | } 132 | 133 | .owl-carousel .owl-animated-in { 134 | z-index: 0 135 | } 136 | 137 | .owl-carousel .owl-animated-out { 138 | z-index: 1 139 | } 140 | 141 | .owl-carousel .fadeOut { 142 | -webkit-animation-name: fadeOut; 143 | animation-name: fadeOut 144 | } 145 | 146 | @-webkit-keyframes fadeOut { 147 | 0% { 148 | opacity: 1 149 | } 150 | 151 | 100% { 152 | opacity: 0 153 | } 154 | } 155 | 156 | @keyframes fadeOut { 157 | 0% { 158 | opacity: 1 159 | } 160 | 161 | 100% { 162 | opacity: 0 163 | } 164 | } 165 | 166 | .owl-height { 167 | transition: height .5s ease-in-out 168 | } 169 | 170 | .owl-carousel .owl-item .owl-lazy { 171 | opacity: 0; 172 | transition: opacity .4s ease 173 | } 174 | 175 | .owl-carousel .owl-item img.owl-lazy { 176 | -webkit-transform-style: preserve-3d; 177 | transform-style: preserve-3d 178 | } 179 | 180 | .owl-carousel .owl-video-wrapper { 181 | position: relative; 182 | height: 100%; 183 | background: #000 184 | } 185 | 186 | .owl-carousel .owl-video-play-icon { 187 | position: absolute; 188 | height: 80px; 189 | width: 80px; 190 | left: 50%; 191 | top: 50%; 192 | margin-left: -40px; 193 | margin-top: -40px; 194 | background: url(owl.video.play.png) no-repeat; 195 | cursor: pointer; 196 | z-index: 1; 197 | -webkit-backface-visibility: hidden; 198 | transition: -webkit-transform .1s ease; 199 | transition: transform .1s ease 200 | } 201 | 202 | .owl-carousel .owl-video-play-icon:hover { 203 | -webkit-transform: scale(1.3, 1.3); 204 | -ms-transform: scale(1.3, 1.3); 205 | transform: scale(1.3, 1.3) 206 | } 207 | 208 | .owl-carousel .owl-video-playing .owl-video-play-icon, 209 | .owl-carousel .owl-video-playing .owl-video-tn { 210 | display: none 211 | } 212 | 213 | .owl-carousel .owl-video-tn { 214 | opacity: 0; 215 | height: 100%; 216 | background-position: center center; 217 | background-repeat: no-repeat; 218 | background-size: contain; 219 | transition: opacity .4s ease 220 | } 221 | 222 | .owl-carousel .owl-video-frame { 223 | position: relative; 224 | z-index: 1; 225 | height: 100%; 226 | width: 100% 227 | } -------------------------------------------------------------------------------- /css/owl.theme.default.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.2.1 3 | * Copyright 2013-2017 David Deutsch 4 | * Licensed under () 5 | */ 6 | .owl-theme .owl-dots, 7 | .owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent} 8 | .owl-theme .owl-nav{margin-top:10px} 9 | .owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px;position: absolute;} 10 | .owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none} 11 | .owl-theme .owl-nav .disabled{opacity:.5;cursor:default} 12 | .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px} 13 | .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1} 14 | .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px} 15 | .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} -------------------------------------------------------------------------------- /css/regn.css: -------------------------------------------------------------------------------- 1 | *, 2 | *:before, 3 | *:after { 4 | -moz-box-sizing: border-box; 5 | -webkit-box-sizing: border-box; 6 | box-sizing: border-box; 7 | } 8 | 9 | body { 10 | font-family: "Nunito", sans-serif; 11 | background-color: #384047; 12 | } 13 | 14 | form { 15 | max-width: 300px; 16 | margin: 20px auto; 17 | padding: 10px 20px; 18 | background: #f4f7f8; 19 | border-radius: 8px; 20 | } 21 | 22 | h1 { 23 | margin: 0 0 30px 0; 24 | text-align: center; 25 | } 26 | 27 | input[type="text"], 28 | input[type="department"], 29 | input[type="date"], 30 | input[type="datetime"], 31 | input[type="email"], 32 | input[type="number"], 33 | input[type="search"], 34 | input[type="tel"], 35 | input[type="time"], 36 | input[type="url"], 37 | input[type="roll"], 38 | textarea, 39 | select { 40 | background: rgba(24, 6, 104, 0.1); 41 | border: none; 42 | font-size: 16px; 43 | height: auto; 44 | margin: 0; 45 | outline: 0; 46 | padding: 15px; 47 | width: 100%; 48 | background-color: #e8eeef; 49 | color: #8a97a0; 50 | box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset; 51 | margin-bottom: 30px; 52 | } 53 | 54 | input[type="radio"], 55 | input[type="checkbox"] { 56 | margin: 0 4px 8px 0; 57 | } 58 | 59 | select { 60 | padding: 6px; 61 | height: 32px; 62 | border-radius: 2px; 63 | } 64 | 65 | button { 66 | padding: 19px 39px 18px 39px; 67 | color: #fff; 68 | background-color: #4bc970; 69 | font-size: 18px; 70 | text-align: center; 71 | font-style: normal; 72 | border-radius: 5px; 73 | width: 100%; 74 | border: 1px solid #3ac162; 75 | border-width: 1px 1px 3px; 76 | box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset; 77 | margin-bottom: 10px; 78 | cursor: pointer; 79 | } 80 | fieldset { 81 | margin-bottom: 30px; 82 | border: none; 83 | } 84 | 85 | legend { 86 | font-size: 1.4em; 87 | margin-bottom: 10px; 88 | } 89 | 90 | label { 91 | display: block; 92 | margin-bottom: 8px; 93 | } 94 | 95 | label.light { 96 | font-weight: 300; 97 | display: inline; 98 | } 99 | 100 | .number { 101 | background-color: #5fcf80; 102 | color: #fff; 103 | height: 30px; 104 | width: 30px; 105 | display: inline-block; 106 | font-size: 0.8em; 107 | margin-right: 4px; 108 | line-height: 30px; 109 | text-align: center; 110 | text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); 111 | border-radius: 100%; 112 | } 113 | 114 | @media screen and (min-width: 480px) { 115 | form { 116 | max-width: 480px; 117 | } 118 | .row{ 119 | overflow: hidden; 120 | display: flex; 121 | align-items: center; 122 | justify-content: center; 123 | 124 | } 125 | } 126 | .samarth_logo { 127 | text-align: center !important; 128 | margin-top: 1rem !important; 129 | margin-bottom: 2rem !important; 130 | } 131 | .navbar-brand { 132 | margin: 0 auto; 133 | text-align: center; 134 | font-size: 1.5rem; 135 | font-weight: 700; 136 | } 137 | .hide { 138 | display: none; 139 | } 140 | 141 | .button { 142 | position: relative; 143 | display: flex; 144 | flex-direction: column; 145 | align-items: center; 146 | justify-content: center; 147 | background-color: #3498db; 148 | margin-bottom: 20px; 149 | border: none; 150 | border-radius: 0.3125rem; 151 | box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2); 152 | color: white; 153 | font-weight: 300; 154 | text-transform: uppercase; 155 | overflow: hidden; 156 | } 157 | .button:before { 158 | position: absolute; 159 | content: ""; 160 | bottom: 0; 161 | left: 0; 162 | width: 0%; 163 | height: 100%; 164 | background-color: #54d98c; 165 | } 166 | .button span { 167 | position: absolute; 168 | line-height: 0; 169 | letter-spacing: 0.4px; 170 | } 171 | .button span i { 172 | transform-origin: center center; 173 | } 174 | .button span:nth-of-type(1) { 175 | top: 50%; 176 | transform: translateY(-50%); 177 | } 178 | .button span:nth-of-type(2) { 179 | top: 100%; 180 | transform: translateY(0%); 181 | font-size: 24px; 182 | } 183 | .button span:nth-of-type(3) { 184 | display: none; 185 | } 186 | 187 | .active { 188 | background-color: #2ecc71; 189 | } 190 | .active:before { 191 | width: 100%; 192 | transition: width 3s linear; 193 | } 194 | .active span:nth-of-type(1) { 195 | top: -100%; 196 | transform: translateY(-50%); 197 | } 198 | .active span:nth-of-type(2) { 199 | top: 50%; 200 | transform: translateY(-50%); 201 | } 202 | .active span:nth-of-type(2) i { 203 | animation: loading 500ms linear infinite; 204 | } 205 | .active span:nth-of-type(3) { 206 | display: none; 207 | } 208 | 209 | .finished { 210 | background-color: #54d98c; 211 | } 212 | .finished .submit { 213 | display: none; 214 | } 215 | .finished .loading { 216 | display: none; 217 | } 218 | .finished .check { 219 | display: block !important; 220 | font-size: 24px; 221 | animation: scale 0.5s linear; 222 | } 223 | .finished .check i { 224 | transform-origin: center center; 225 | } 226 | 227 | @keyframes loading { 228 | 100% { 229 | transform: rotate(360deg); 230 | } 231 | } 232 | @keyframes scale { 233 | 0% { 234 | transform: scale(10); 235 | } 236 | 50% { 237 | transform: scale(0.2); 238 | } 239 | 70% { 240 | transform: scale(1.2); 241 | } 242 | 90% { 243 | transform: scale(0.7); 244 | } 245 | 100% { 246 | transform: scale(1); 247 | } 248 | } -------------------------------------------------------------------------------- /fonts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/.DS_Store -------------------------------------------------------------------------------- /fonts/flaticon/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/flaticon/.DS_Store -------------------------------------------------------------------------------- /fonts/flaticon/backup.txt: -------------------------------------------------------------------------------- 1 | eyIxIjp7IklEIjoxLCJuYW1lIjoiTXkgaWNvbnMgY29sbGVjdGlvbiIsImJvb2ttYXJrX2lkIjoiZHpvejQ5Z2pvNjAwMDAwMCIsImNyZWF0ZWQiOm51bGwsInVwZGF0ZWQiOjE1MzEyOTgwNjAsImFjdGl2ZSI6MSwic291cmNlIjoibG9jYWwiLCJvcmRlciI6MCwiY29sb3IiOiIwMDAwMDAiLCJzdGF0dXMiOjF9LCJkem96NDlnam82MDAwMDAwIjpbeyJpZCI6NzAxMzQ4LCJ0ZWFtIjowLCJuYW1lIjoicmVzb3J0IiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6Mn0seyJpZCI6ODk1NDc0LCJ0ZWFtIjowLCJuYW1lIjoiYmVkIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6M30seyJpZCI6OTI1NTc3LCJ0ZWFtIjowLCJuYW1lIjoiZGVjay1jaGFpciIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjR9LHsiaWQiOjg5NzkzOSwidGVhbSI6MCwibmFtZSI6IndpZmktcm91dGVyIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6NX0seyJpZCI6ODg3MzUwLCJ0ZWFtIjowLCJuYW1lIjoic3BhIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6Nn0seyJpZCI6ODk2OTg5LCJ0ZWFtIjowLCJuYW1lIjoicmVjZXB0aW9uaXN0IiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6N30seyJpZCI6NTk5OTU2LCJ0ZWFtIjowLCJuYW1lIjoiY2hlZXJzIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6OH0seyJpZCI6NzY1Njg4LCJ0ZWFtIjowLCJuYW1lIjoiYmVlciIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjl9LHsiaWQiOjkxODIzNSwidGVhbSI6MCwibmFtZSI6ImRpc2NvLWJhbGwiLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0IjoxMH0seyJpZCI6NzAxOTY1LCJ0ZWFtIjowLCJuYW1lIjoidHJheSIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjExfSx7ImlkIjo3NTMwNDUsInRlYW0iOjAsIm5hbWUiOiJ3b21hbiIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjEyfSx7ImlkIjoyNTk5NzMsInRlYW0iOjAsIm5hbWUiOiJiYXRodHViIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6MX1dfQ== -------------------------------------------------------------------------------- /fonts/flaticon/font/Flaticon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/flaticon/font/Flaticon.eot -------------------------------------------------------------------------------- /fonts/flaticon/font/Flaticon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/flaticon/font/Flaticon.ttf -------------------------------------------------------------------------------- /fonts/flaticon/font/Flaticon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/flaticon/font/Flaticon.woff -------------------------------------------------------------------------------- /fonts/flaticon/font/_flaticon.scss: -------------------------------------------------------------------------------- 1 | /* 2 | Flaticon icon font: Flaticon 3 | Creation date: 11/07/2018 10:34 4 | */ 5 | 6 | @font-face { 7 | font-family: "Flaticon"; 8 | src: url("./Flaticon.eot"); 9 | src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), 10 | url("./Flaticon.woff") format("woff"), 11 | url("./Flaticon.ttf") format("truetype"), 12 | url("./Flaticon.svg#Flaticon") format("svg"); 13 | font-weight: normal; 14 | font-style: normal; 15 | } 16 | 17 | @media screen and (-webkit-min-device-pixel-ratio:0) { 18 | @font-face { 19 | font-family: "Flaticon"; 20 | src: url("./Flaticon.svg#Flaticon") format("svg"); 21 | } 22 | } 23 | 24 | .fi:before{ 25 | display: inline-block; 26 | font-family: "Flaticon"; 27 | font-style: normal; 28 | font-weight: normal; 29 | font-variant: normal; 30 | line-height: 1; 31 | text-decoration: inherit; 32 | text-rendering: optimizeLegibility; 33 | text-transform: none; 34 | -moz-osx-font-smoothing: grayscale; 35 | -webkit-font-smoothing: antialiased; 36 | font-smoothing: antialiased; 37 | } 38 | 39 | .flaticon-woman:before { content: "\f100"; } 40 | .flaticon-tray:before { content: "\f101"; } 41 | .flaticon-disco-ball:before { content: "\f102"; } 42 | .flaticon-beer:before { content: "\f103"; } 43 | .flaticon-cheers:before { content: "\f104"; } 44 | .flaticon-receptionist:before { content: "\f105"; } 45 | .flaticon-spa:before { content: "\f106"; } 46 | .flaticon-wifi-router:before { content: "\f107"; } 47 | .flaticon-deck-chair:before { content: "\f108"; } 48 | .flaticon-bed:before { content: "\f109"; } 49 | .flaticon-resort:before { content: "\f10a"; } 50 | .flaticon-bathtub:before { content: "\f10b"; } 51 | 52 | $font-Flaticon-woman: "\f100"; 53 | $font-Flaticon-tray: "\f101"; 54 | $font-Flaticon-disco-ball: "\f102"; 55 | $font-Flaticon-beer: "\f103"; 56 | $font-Flaticon-cheers: "\f104"; 57 | $font-Flaticon-receptionist: "\f105"; 58 | $font-Flaticon-spa: "\f106"; 59 | $font-Flaticon-wifi-router: "\f107"; 60 | $font-Flaticon-deck-chair: "\f108"; 61 | $font-Flaticon-bed: "\f109"; 62 | $font-Flaticon-resort: "\f10a"; 63 | $font-Flaticon-bathtub: "\f10b"; -------------------------------------------------------------------------------- /fonts/flaticon/font/flaticon.css: -------------------------------------------------------------------------------- 1 | /* 2 | Flaticon icon font: Flaticon 3 | Creation date: 11/07/2018 10:34 4 | */ 5 | 6 | @font-face { 7 | font-family: "Flaticon"; 8 | src: url("./Flaticon.eot"); 9 | src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), 10 | url("./Flaticon.woff") format("woff"), 11 | url("./Flaticon.ttf") format("truetype"), 12 | url("./Flaticon.svg#Flaticon") format("svg"); 13 | font-weight: normal; 14 | font-style: normal; 15 | } 16 | 17 | @media screen and (-webkit-min-device-pixel-ratio:0) { 18 | @font-face { 19 | font-family: "Flaticon"; 20 | src: url("./Flaticon.svg#Flaticon") format("svg"); 21 | } 22 | } 23 | 24 | [class^="flaticon-"]:before, [class*=" flaticon-"]:before, 25 | [class^="flaticon-"]:after, [class*=" flaticon-"]:after { 26 | font-family: Flaticon; 27 | font-size: 20px; 28 | font-style: normal; 29 | margin-left: 20px; 30 | } 31 | 32 | .flaticon-woman:before { content: "\f100"; } 33 | .flaticon-tray:before { content: "\f101"; } 34 | .flaticon-disco-ball:before { content: "\f102"; } 35 | .flaticon-beer:before { content: "\f103"; } 36 | .flaticon-cheers:before { content: "\f104"; } 37 | .flaticon-receptionist:before { content: "\f105"; } 38 | .flaticon-spa:before { content: "\f106"; } 39 | .flaticon-wifi-router:before { content: "\f107"; } 40 | .flaticon-deck-chair:before { content: "\f108"; } 41 | .flaticon-bed:before { content: "\f109"; } 42 | .flaticon-resort:before { content: "\f10a"; } 43 | .flaticon-bathtub:before { content: "\f10b"; } -------------------------------------------------------------------------------- /fonts/flaticon/license/license.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/flaticon/license/license.pdf -------------------------------------------------------------------------------- /fonts/icomoon/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/icomoon/icomoon.eot -------------------------------------------------------------------------------- /fonts/icomoon/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/icomoon/icomoon.ttf -------------------------------------------------------------------------------- /fonts/icomoon/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/icomoon/icomoon.woff -------------------------------------------------------------------------------- /fonts/ionicons/fonts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/ionicons/fonts/.DS_Store -------------------------------------------------------------------------------- /fonts/ionicons/fonts/ionicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/ionicons/fonts/ionicons.eot -------------------------------------------------------------------------------- /fonts/ionicons/fonts/ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/ionicons/fonts/ionicons.ttf -------------------------------------------------------------------------------- /fonts/ionicons/fonts/ionicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/ionicons/fonts/ionicons.woff -------------------------------------------------------------------------------- /fonts/ionicons/fonts/ionicons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/ionicons/fonts/ionicons.woff2 -------------------------------------------------------------------------------- /fonts/open-iconic/open-iconic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/open-iconic/open-iconic.eot -------------------------------------------------------------------------------- /fonts/open-iconic/open-iconic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/open-iconic/open-iconic.otf -------------------------------------------------------------------------------- /fonts/open-iconic/open-iconic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/open-iconic/open-iconic.ttf -------------------------------------------------------------------------------- /fonts/open-iconic/open-iconic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/fonts/open-iconic/open-iconic.woff -------------------------------------------------------------------------------- /images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/.DS_Store -------------------------------------------------------------------------------- /images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/4.png -------------------------------------------------------------------------------- /images/AB603.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/AB603.jpg -------------------------------------------------------------------------------- /images/AMRIT.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/AMRIT.jpg -------------------------------------------------------------------------------- /images/Abhijeet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Abhijeet.jpg -------------------------------------------------------------------------------- /images/Abhishek Narayan Gupta.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Abhishek Narayan Gupta.jpg -------------------------------------------------------------------------------- /images/Akanksha suman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Akanksha suman.jpg -------------------------------------------------------------------------------- /images/Arghya Bandyopadhyay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Arghya Bandyopadhyay.jpg -------------------------------------------------------------------------------- /images/Astitwa_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Astitwa_.jpg -------------------------------------------------------------------------------- /images/DSC02465.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/DSC02465.jpg -------------------------------------------------------------------------------- /images/DSC02607.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/DSC02607.jpg -------------------------------------------------------------------------------- /images/DSC02711.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/DSC02711.jpg -------------------------------------------------------------------------------- /images/EE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/EE.png -------------------------------------------------------------------------------- /images/Govinda jha.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Govinda jha.JPG -------------------------------------------------------------------------------- /images/Meghadri Koley.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Meghadri Koley.jpg -------------------------------------------------------------------------------- /images/Member Selection Drive(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Member Selection Drive(1).png -------------------------------------------------------------------------------- /images/Naxalism.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Naxalism.JPG -------------------------------------------------------------------------------- /images/Nikhil Shukla.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Nikhil Shukla.jpg -------------------------------------------------------------------------------- /images/Pranay Kumar_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Pranay Kumar_.jpg -------------------------------------------------------------------------------- /images/Rice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Rice.png -------------------------------------------------------------------------------- /images/SAFALYA'22 .jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/SAFALYA'22 .jpg -------------------------------------------------------------------------------- /images/SAFALYA'2k22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/SAFALYA'2k22.jpg -------------------------------------------------------------------------------- /images/Sabyasachi Seal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Sabyasachi Seal.jpg -------------------------------------------------------------------------------- /images/SamarthBlack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/SamarthBlack.png -------------------------------------------------------------------------------- /images/SamarthWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/SamarthWhite.png -------------------------------------------------------------------------------- /images/Saptarshi Dutta.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Saptarshi Dutta.jpg -------------------------------------------------------------------------------- /images/Saurabh kumar_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Saurabh kumar_.jpg -------------------------------------------------------------------------------- /images/Shibham Kar_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Shibham Kar_.jpg -------------------------------------------------------------------------------- /images/Sonu suman_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Sonu suman_.jpg -------------------------------------------------------------------------------- /images/Swagata Banik_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Swagata Banik_.jpg -------------------------------------------------------------------------------- /images/TABLE1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/TABLE1.png -------------------------------------------------------------------------------- /images/TABLE2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/TABLE2.png -------------------------------------------------------------------------------- /images/TIME.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/TIME.png -------------------------------------------------------------------------------- /images/TMSLwhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/TMSLwhite.png -------------------------------------------------------------------------------- /images/TOTS.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/TOTS.jpeg -------------------------------------------------------------------------------- /images/Tmsl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Tmsl.png -------------------------------------------------------------------------------- /images/Utsav Nayan_.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/Utsav Nayan_.jpg -------------------------------------------------------------------------------- /images/VivekThakur_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/VivekThakur_1.jpg -------------------------------------------------------------------------------- /images/about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/about.jpg -------------------------------------------------------------------------------- /images/ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/ad.png -------------------------------------------------------------------------------- /images/aimi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/aimi.png -------------------------------------------------------------------------------- /images/aman raj.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/aman raj.jpg -------------------------------------------------------------------------------- /images/anmol.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/anmol.jpg -------------------------------------------------------------------------------- /images/aph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/aph.png -------------------------------------------------------------------------------- /images/apti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/apti.png -------------------------------------------------------------------------------- /images/bidhan.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/bidhan.jpeg -------------------------------------------------------------------------------- /images/chandan.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/chandan.jpeg -------------------------------------------------------------------------------- /images/coc.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/coc.jpeg -------------------------------------------------------------------------------- /images/coc_gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/coc_gif.gif -------------------------------------------------------------------------------- /images/code1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/code1.png -------------------------------------------------------------------------------- /images/code2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/code2.png -------------------------------------------------------------------------------- /images/creative.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/creative.jpg -------------------------------------------------------------------------------- /images/crs_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/crs_1.png -------------------------------------------------------------------------------- /images/cse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/cse.png -------------------------------------------------------------------------------- /images/cseb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/cseb.png -------------------------------------------------------------------------------- /images/dakr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/dakr.png -------------------------------------------------------------------------------- /images/dalia.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/dalia.jpeg -------------------------------------------------------------------------------- /images/dev.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/dev.jpg -------------------------------------------------------------------------------- /images/ece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/ece.png -------------------------------------------------------------------------------- /images/ee-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/ee-1.png -------------------------------------------------------------------------------- /images/ee-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/ee-2.png -------------------------------------------------------------------------------- /images/ee-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/ee-3.png -------------------------------------------------------------------------------- /images/ee-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/ee-4.png -------------------------------------------------------------------------------- /images/ehthusia.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/ehthusia.jpeg -------------------------------------------------------------------------------- /images/email_logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/email_logo1.png -------------------------------------------------------------------------------- /images/enthusia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/enthusia.jpg -------------------------------------------------------------------------------- /images/enthusia_extempore.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/enthusia_extempore.jpeg -------------------------------------------------------------------------------- /images/enthusia_memorygame.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/enthusia_memorygame.jpeg -------------------------------------------------------------------------------- /images/enthusia_quiz.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/enthusia_quiz.jpeg -------------------------------------------------------------------------------- /images/enthusia_vidment.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/enthusia_vidment.jpeg -------------------------------------------------------------------------------- /images/facebook2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/facebook2x.png -------------------------------------------------------------------------------- /images/faridul.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/faridul.jpeg -------------------------------------------------------------------------------- /images/food.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/food.jpg -------------------------------------------------------------------------------- /images/gallery/1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/1.jpeg -------------------------------------------------------------------------------- /images/gallery/10.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/10.jpeg -------------------------------------------------------------------------------- /images/gallery/11.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/11.jpeg -------------------------------------------------------------------------------- /images/gallery/12.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/12.jpeg -------------------------------------------------------------------------------- /images/gallery/13.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/13.jpeg -------------------------------------------------------------------------------- /images/gallery/14.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/14.jpeg -------------------------------------------------------------------------------- /images/gallery/15.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/15.jpeg -------------------------------------------------------------------------------- /images/gallery/16.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/16.jpeg -------------------------------------------------------------------------------- /images/gallery/17.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/17.jpeg -------------------------------------------------------------------------------- /images/gallery/18.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/18.jpeg -------------------------------------------------------------------------------- /images/gallery/19.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/19.jpeg -------------------------------------------------------------------------------- /images/gallery/2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/2.jpeg -------------------------------------------------------------------------------- /images/gallery/20.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/20.jpeg -------------------------------------------------------------------------------- /images/gallery/21.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/21.jpeg -------------------------------------------------------------------------------- /images/gallery/22.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/22.jpeg -------------------------------------------------------------------------------- /images/gallery/23.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/23.jpeg -------------------------------------------------------------------------------- /images/gallery/24.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/24.jpeg -------------------------------------------------------------------------------- /images/gallery/25.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/25.jpeg -------------------------------------------------------------------------------- /images/gallery/26.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/26.jpeg -------------------------------------------------------------------------------- /images/gallery/27.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/27.jpeg -------------------------------------------------------------------------------- /images/gallery/28.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/28.jpeg -------------------------------------------------------------------------------- /images/gallery/29.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/29.jpeg -------------------------------------------------------------------------------- /images/gallery/3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/3.jpeg -------------------------------------------------------------------------------- /images/gallery/30.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/30.jpeg -------------------------------------------------------------------------------- /images/gallery/31.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/31.jpeg -------------------------------------------------------------------------------- /images/gallery/32.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/32.jpeg -------------------------------------------------------------------------------- /images/gallery/33.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/33.jpeg -------------------------------------------------------------------------------- /images/gallery/34.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/34.jpeg -------------------------------------------------------------------------------- /images/gallery/35.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/35.jpeg -------------------------------------------------------------------------------- /images/gallery/36.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/36.jpeg -------------------------------------------------------------------------------- /images/gallery/37.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/37.jpeg -------------------------------------------------------------------------------- /images/gallery/38.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/38.jpeg -------------------------------------------------------------------------------- /images/gallery/39.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/39.jpeg -------------------------------------------------------------------------------- /images/gallery/4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/4.jpeg -------------------------------------------------------------------------------- /images/gallery/40.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/40.jpeg -------------------------------------------------------------------------------- /images/gallery/41.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/41.jpeg -------------------------------------------------------------------------------- /images/gallery/42.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/42.jpeg -------------------------------------------------------------------------------- /images/gallery/43.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/43.jpeg -------------------------------------------------------------------------------- /images/gallery/44.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/44.jpeg -------------------------------------------------------------------------------- /images/gallery/45.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/45.jpeg -------------------------------------------------------------------------------- /images/gallery/46.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/46.jpeg -------------------------------------------------------------------------------- /images/gallery/47.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/47.jpeg -------------------------------------------------------------------------------- /images/gallery/48.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/48.jpeg -------------------------------------------------------------------------------- /images/gallery/49.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/49.jpeg -------------------------------------------------------------------------------- /images/gallery/5.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/5.jpeg -------------------------------------------------------------------------------- /images/gallery/50.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/50.jpeg -------------------------------------------------------------------------------- /images/gallery/51.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/51.jpeg -------------------------------------------------------------------------------- /images/gallery/52.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/52.jpeg -------------------------------------------------------------------------------- /images/gallery/53.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/53.JPG -------------------------------------------------------------------------------- /images/gallery/6.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/6.jpeg -------------------------------------------------------------------------------- /images/gallery/7.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/7.jpeg -------------------------------------------------------------------------------- /images/gallery/8.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/8.jpeg -------------------------------------------------------------------------------- /images/gallery/9.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gallery/9.jpeg -------------------------------------------------------------------------------- /images/game.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/game.png -------------------------------------------------------------------------------- /images/gaza.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gaza.jpg -------------------------------------------------------------------------------- /images/gaza.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gaza.png -------------------------------------------------------------------------------- /images/geoias.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/geoias.jpeg -------------------------------------------------------------------------------- /images/gourav.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/gourav.jpeg -------------------------------------------------------------------------------- /images/guest_Aditya.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/guest_Aditya.jpg -------------------------------------------------------------------------------- /images/guest_Amit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/guest_Amit.jpg -------------------------------------------------------------------------------- /images/guest_Sameer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/guest_Sameer.jpg -------------------------------------------------------------------------------- /images/guest_Santosh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/guest_Santosh.jpg -------------------------------------------------------------------------------- /images/guest_Shloka.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/guest_Shloka.jpg -------------------------------------------------------------------------------- /images/guest_chief_dGp.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/guest_chief_dGp.jpeg -------------------------------------------------------------------------------- /images/guest_deepakthakur.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/guest_deepakthakur.jpeg -------------------------------------------------------------------------------- /images/guest_hemant.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/guest_hemant.jpeg -------------------------------------------------------------------------------- /images/guest_navin.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/guest_navin.jpeg -------------------------------------------------------------------------------- /images/guest_purnava.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/guest_purnava.jpeg -------------------------------------------------------------------------------- /images/guest_purnava2k22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/guest_purnava2k22.jpg -------------------------------------------------------------------------------- /images/guest_sayan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/guest_sayan.jpg -------------------------------------------------------------------------------- /images/guest_sonika.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/guest_sonika.jpeg -------------------------------------------------------------------------------- /images/guest_uddipan.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/guest_uddipan.jpeg -------------------------------------------------------------------------------- /images/hacktoberfest.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/hacktoberfest.jpeg -------------------------------------------------------------------------------- /images/harsh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/harsh.jpg -------------------------------------------------------------------------------- /images/induction.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/induction.jpeg -------------------------------------------------------------------------------- /images/instagram2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/instagram2x.png -------------------------------------------------------------------------------- /images/intrainz.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/intrainz.jpeg -------------------------------------------------------------------------------- /images/kebab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/kebab.png -------------------------------------------------------------------------------- /images/kolkata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/kolkata.png -------------------------------------------------------------------------------- /images/kwik.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/kwik.png -------------------------------------------------------------------------------- /images/linkedin2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/linkedin2x.png -------------------------------------------------------------------------------- /images/loc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/loc.png -------------------------------------------------------------------------------- /images/logo_navbar_gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/logo_navbar_gif.gif -------------------------------------------------------------------------------- /images/lwh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/lwh.png -------------------------------------------------------------------------------- /images/mayank.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/mayank.jpg -------------------------------------------------------------------------------- /images/megha.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/megha.jpeg -------------------------------------------------------------------------------- /images/mrp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/mrp.png -------------------------------------------------------------------------------- /images/mrs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/mrs.png -------------------------------------------------------------------------------- /images/nav_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/nav_logo.gif -------------------------------------------------------------------------------- /images/nav_logo_white.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/nav_logo_white.gif -------------------------------------------------------------------------------- /images/oil.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/oil.jpg -------------------------------------------------------------------------------- /images/oil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/oil.png -------------------------------------------------------------------------------- /images/pd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/pd.png -------------------------------------------------------------------------------- /images/photodrive.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/photodrive.jpeg -------------------------------------------------------------------------------- /images/purplewave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/purplewave.png -------------------------------------------------------------------------------- /images/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/question.png -------------------------------------------------------------------------------- /images/radio.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/radio.jpeg -------------------------------------------------------------------------------- /images/ramanuj.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/ramanuj.jpg -------------------------------------------------------------------------------- /images/rapido.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/rapido.png -------------------------------------------------------------------------------- /images/raunak.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/raunak.jpeg -------------------------------------------------------------------------------- /images/real.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/real.png -------------------------------------------------------------------------------- /images/rituparna.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/rituparna.jpeg -------------------------------------------------------------------------------- /images/rohit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/rohit.jpg -------------------------------------------------------------------------------- /images/rsk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/rsk.png -------------------------------------------------------------------------------- /images/safalya 2023/aptitude.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya 2023/aptitude.jpeg -------------------------------------------------------------------------------- /images/safalya 2023/brainblitz.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya 2023/brainblitz.jpeg -------------------------------------------------------------------------------- /images/safalya 2023/debate.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya 2023/debate.jpeg -------------------------------------------------------------------------------- /images/safalya 2023/faceofsafalya.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya 2023/faceofsafalya.jpeg -------------------------------------------------------------------------------- /images/safalya 2023/innovate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya 2023/innovate.jpg -------------------------------------------------------------------------------- /images/safalya 2023/instantink.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya 2023/instantink.jpeg -------------------------------------------------------------------------------- /images/safalya 2023/matrixofmock.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya 2023/matrixofmock.jpeg -------------------------------------------------------------------------------- /images/safalya 2023/safalya2023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya 2023/safalya2023.jpg -------------------------------------------------------------------------------- /images/safalya 2023/shotavid.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya 2023/shotavid.jpeg -------------------------------------------------------------------------------- /images/safalya 2023/shrelock.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya 2023/shrelock.jpeg -------------------------------------------------------------------------------- /images/safalya.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya.jpeg -------------------------------------------------------------------------------- /images/safalya22_dd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya22_dd.jpg -------------------------------------------------------------------------------- /images/safalya22_debate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya22_debate.jpg -------------------------------------------------------------------------------- /images/safalya22_momock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya22_momock.jpg -------------------------------------------------------------------------------- /images/safalya22_quiz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya22_quiz.jpg -------------------------------------------------------------------------------- /images/safalya22_trh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya22_trh.jpg -------------------------------------------------------------------------------- /images/safalya_debate.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya_debate.jpeg -------------------------------------------------------------------------------- /images/safalya_dreamdots.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya_dreamdots.jpeg -------------------------------------------------------------------------------- /images/safalya_matrix.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya_matrix.jpeg -------------------------------------------------------------------------------- /images/safalya_quiz.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/safalya_quiz.jpeg -------------------------------------------------------------------------------- /images/sam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/sam.png -------------------------------------------------------------------------------- /images/santanu.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/santanu.jpeg -------------------------------------------------------------------------------- /images/sconto.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/sconto.jpeg -------------------------------------------------------------------------------- /images/sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/sd.png -------------------------------------------------------------------------------- /images/smd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/smd.png -------------------------------------------------------------------------------- /images/srijita.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/srijita.jpeg -------------------------------------------------------------------------------- /images/ss-g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/ss-g.png -------------------------------------------------------------------------------- /images/ssc-eng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/ssc-eng.png -------------------------------------------------------------------------------- /images/ssc-gen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/ssc-gen.png -------------------------------------------------------------------------------- /images/ssc-math.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/ssc-math.png -------------------------------------------------------------------------------- /images/ssc-reas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/ssc-reas.png -------------------------------------------------------------------------------- /images/swarn jyoti.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/swarn jyoti.jpeg -------------------------------------------------------------------------------- /images/tc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/tc.png -------------------------------------------------------------------------------- /images/titans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/titans.jpg -------------------------------------------------------------------------------- /images/twitter2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/twitter2x.png -------------------------------------------------------------------------------- /images/up-button2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/up-button2.png -------------------------------------------------------------------------------- /images/vinit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/vinit.jpg -------------------------------------------------------------------------------- /images/vip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/vip.png -------------------------------------------------------------------------------- /images/wavefooter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/wavefooter.png -------------------------------------------------------------------------------- /images/website2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/website2x.png -------------------------------------------------------------------------------- /images/winni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/winni.png -------------------------------------------------------------------------------- /images/work-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/images/work-6.jpg -------------------------------------------------------------------------------- /js/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamarthTech/Samarth-Website/028c100882b46d7c4ff79cac86d254d28969a575/js/.DS_Store -------------------------------------------------------------------------------- /js/3-scroll-top.js: -------------------------------------------------------------------------------- 1 | function totop () { 2 | window.scroll({ 3 | top: 0, left: 0, behavior: "smooth" 4 | }); 5 | } 6 | 7 | function togtop () { 8 | if (window.scrollY >= 100) { 9 | document.getElementById("backtop").classList.add("show"); 10 | } else { 11 | document.getElementById("backtop").classList.remove("show"); 12 | } 13 | } 14 | window.addEventListener("scroll", togtop); 15 | window.addEventListener("resize", togtop); -------------------------------------------------------------------------------- /js/google-map.js: -------------------------------------------------------------------------------- 1 | 2 | var google; 3 | 4 | function init() { 5 | // Basic options for a simple Google Map 6 | // For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions 7 | // var myLatlng = new google.maps.LatLng(40.71751, -73.990922); 8 | var myLatlng = new google.maps.LatLng(22.579956, 88.437950); 9 | // 39.399872 10 | // -8.224454 11 | 12 | var mapOptions = { 13 | // How zoomed in you want the map to start at (always required) 14 | zoom: 14, 15 | 16 | // The latitude and longitude to center the map (always required) 17 | center: myLatlng, 18 | 19 | // How you would like to style the map. 20 | scrollwheel: false, 21 | styles: [ 22 | { 23 | "featureType": "administrative.country", 24 | "elementType": "geometry", 25 | "stylers": [ 26 | { 27 | "visibility": "simplified" 28 | }, 29 | { 30 | "hue": "#ff0000" 31 | } 32 | ] 33 | } 34 | ] 35 | }; 36 | 37 | 38 | 39 | // Get the HTML DOM element that will contain your map 40 | // We are using a div with id="map" seen below in the 41 | var mapElement = document.getElementById('map'); 42 | 43 | // Create the Google Map using out element and options defined above 44 | var map = new google.maps.Map(mapElement, mapOptions); 45 | 46 | var addresses = ['New York']; 47 | 48 | for (var x = 0; x < addresses.length; x++) { 49 | $.getJSON('http://maps.googleapis.com/maps/api/geocode/json?address='+addresses[x]+'&sensor=false', null, function (data) { 50 | var p = data.results[0].geometry.location 51 | var latlng = new google.maps.LatLng(p.lat, p.lng); 52 | new google.maps.Marker({ 53 | position: latlng, 54 | map: map, 55 | icon: 'images/loc.png' 56 | }); 57 | 58 | }); 59 | } 60 | 61 | } 62 | google.maps.event.addDomListener(window, 'load', init); -------------------------------------------------------------------------------- /js/index.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | let category = document.getElementsByClassName('category'); 4 | 5 | const selectBtn = document.querySelectorAll(".btn-style"); 6 | const contributionBtn = document.querySelector(".contribution-btn"); 7 | 8 | for (let i = 0; i < category.length; i++) { 9 | 10 | category[i].querySelector('.btn-style').addEventListener('click', () => { 11 | 12 | contributionBtn.style.backgroundColor = "white"; 13 | contributionBtn.style.color = "black"; 14 | for (let j = 0; j < category.length; j++) { 15 | selectBtn[j].style.backgroundColor = "white"; 16 | selectBtn[j].style.color = "black"; 17 | } 18 | selectBtn[i].style.backgroundColor = "#6940d3"; 19 | selectBtn[i].style.color = "white"; 20 | 21 | for (let i = 0; i < category.length; i++) { 22 | let x = category[i].querySelector('.select-option'); 23 | x.style.display = "none"; 24 | } 25 | 26 | let x = category[i].querySelector('.select-option'); 27 | x.style.display = "block"; 28 | 29 | }) 30 | } 31 | 32 | const Body = document.getElementsByTagName("body"); 33 | const para = document.getElementById("mainParagraph"); 34 | const List = document.querySelectorAll("#contactList > li"); 35 | const icon1 = document.getElementById("darkSwitch1"); 36 | const icon2 = document.getElementById("darkSwitch1"); 37 | const sidebar = document.getElementById("sidebar"); 38 | const List2 = document.querySelectorAll("button.link-dark"); 39 | const list = document.getElementById("categoryList") 40 | const text = document.getElementById("categoryText"); 41 | const hr = document.getElementsByClassName("catHr"); 42 | const head = document.getElementById("contriHead"); 43 | const List3 = document.querySelectorAll("li.font"); 44 | const $points = document.querySelectorAll("div.points"); 45 | console.log(List2); 46 | 47 | function dark_mode() { 48 | var count = 0; 49 | if (window.location.href.includes("index.html")) { 50 | icon1.classList.toggle("fa-sun"); 51 | Body[0].classList.toggle("dark"); 52 | para.classList.toggle("dark-para"); 53 | for (i = 0; i < List.length; i++) { 54 | List[i].classList.toggle("dark-list"); 55 | } 56 | for (i = 0; i < icon1.classList.length; i++) { 57 | if (icon1.classList[i] == "fa-sun") { 58 | count++; 59 | break; 60 | } 61 | } 62 | } 63 | else { 64 | Body[0].classList.toggle("dark"); 65 | sidebar.classList.toggle("dark-side-bar"); 66 | for (i = 0; i < List2.length; i++) { 67 | List2[i].classList.toggle("dark-list-2"); 68 | } 69 | for (i = 0; i < hr.length; i++) { 70 | hr[i].classList.toggle("dark-hr"); 71 | } 72 | text.classList.toggle("dark-text"); 73 | list.classList.toggle("dark-side-bar"); 74 | head.classList.toggle("dark-head"); 75 | for (i = 0; i < List3.length; i++) { 76 | List3[i].classList.toggle("dark-list-3"); 77 | } 78 | for (i = 0; i < $points.length; i++) { 79 | $points[i].classList.toggle("dark-points"); 80 | } 81 | for (i = 0; i < icon2.classList.length; i++) { 82 | if (icon2.classList[i] == "fa-sun") { 83 | count++; 84 | break; 85 | } 86 | } 87 | } 88 | 89 | if (count) { 90 | sessionStorage.setItem("switch", 1); 91 | console.log("yes"); 92 | } 93 | else { 94 | sessionStorage.setItem("switch", 0); 95 | console.log("no"); 96 | } 97 | } 98 | if (Number(sessionStorage.getItem("switch"))) { 99 | if (window.location.href.includes("index.html")) { 100 | icon1.classList.toggle("fa-sun"); 101 | Body[0].classList.toggle("dark"); 102 | para.classList.toggle("dark-para"); 103 | for (i = 0; i < List.length; i++) { 104 | List[i].classList.toggle("dark-list"); 105 | } 106 | } 107 | else { 108 | icon2.classList.toggle("fa-sun"); 109 | Body[0].classList.toggle("dark"); 110 | sidebar.classList.toggle("dark-side-bar"); 111 | for (i = 0; i < List2.length; i++) { 112 | List2[i].classList.toggle("dark-list-2"); 113 | } 114 | text.classList.toggle("dark-text"); 115 | for (i = 0; i < hr.length; i++) { 116 | hr[i].classList.toggle("dark-hr"); 117 | } 118 | head.classList.toggle("dark-head"); 119 | for (i = 0; i < List3.length; i++) { 120 | List3[i].classList.toggle("dark-list-3"); 121 | } 122 | for (i = 0; i < $points.length; i++) { 123 | $points[i].classList.toggle("dark-points"); 124 | } 125 | } 126 | } 127 | 128 | function copy(id){ 129 | const text = document.getElementById(id.slice(0,id.length-1)).innerText; 130 | document.getElementById(id).innerText = "Copied"; 131 | const elem = document.createElement('textarea'); 132 | elem.value = text; 133 | document.body.appendChild(elem); 134 | navigator.clipboard.writeText(elem.value); 135 | document.body.removeChild(elem); 136 | } 137 | 138 | 139 | 140 | -------------------------------------------------------------------------------- /js/jquery.animateNumber.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | jQuery animateNumber plugin v0.0.14 3 | (c) 2013, Alexandr Borisov. 4 | https://github.com/aishek/jquery-animateNumber 5 | */ 6 | (function(d){var r=function(b){return b.split("").reverse().join("")},m={numberStep:function(b,a){var e=Math.floor(b);d(a.elem).text(e)}},g=function(b){var a=b.elem;a.nodeType&&a.parentNode&&(a=a._animateNumberSetter,a||(a=m.numberStep),a(b.now,b))};d.Tween&&d.Tween.propHooks?d.Tween.propHooks.number={set:g}:d.fx.step.number=g;d.animateNumber={numberStepFactories:{append:function(b){return function(a,e){var f=Math.floor(a);d(e.elem).prop("number",a).text(f+b)}},separator:function(b,a,e){b=b||" "; 7 | a=a||3;e=e||"";return function(f,k){var u=0>f,c=Math.floor((u?-1:1)*f).toString(),n=d(k.elem);if(c.length>a){for(var h=c,l=a,m=h.split("").reverse(),c=[],p,s,q,t=0,g=Math.ceil(h.length/l);t