diff options
author | Sashi20 | 2022-11-25 17:01:27 +0530 |
---|---|---|
committer | GitHub | 2022-11-25 17:01:27 +0530 |
commit | 5b7ac6a342c674aa23e83737579be50d90e14d96 (patch) | |
tree | 3f7c372eaffaea441c621d5d2b622f80ebcd01f2 | |
parent | bff4c8076c3d1df8c104097dc1c22838ddcc0ced (diff) | |
parent | cc0d7ad9a00f344c482f671a5b3a84d830af4141 (diff) | |
download | esim_hackathon_submission-5b7ac6a342c674aa23e83737579be50d90e14d96.tar.gz esim_hackathon_submission-5b7ac6a342c674aa23e83737579be50d90e14d96.tar.bz2 esim_hackathon_submission-5b7ac6a342c674aa23e83737579be50d90e14d96.zip |
Merge pull request #38 from Sashi20/main
Update text on completed circuits page
-rw-r--r-- | hackathon_submission.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hackathon_submission.module b/hackathon_submission.module index 9ac7c70..db3a06f 100644 --- a/hackathon_submission.module +++ b/hackathon_submission.module @@ -2072,13 +2072,13 @@ function soc_marathon_download_completed_circuit() if ($result->rowCount() == 0) { - $output .= "FOSSEE, IIT Bombay, along with VLSI System Design Corp. Pvt. Ltd conducted a 3-weeks high intensity Mixed Signal SoC design Marathon using eSim & SKY130. Close to 3000 students from all over India participated in this Marathon and close to 100+ students completed this marathon with brilliant circuit design ideas. The following participants have successfully completed designing the circuits. + $output .= "FOSSEE, IIT Bombay, along with Google and VLSI System Design Corp. Pvt. Ltd conducted a 3-weeks high intensity Mixed Signal SoC design Marathon using eSim & SKY130. Close to 3000 students from all over India participated in this Marathon and close to 100+ students completed this marathon with brilliant circuit design ideas. The following participants have successfully completed designing the circuits. More details about this event can be found here: <a href='https://hackathon.fossee.in/esim' target='_blank'>https://hackathon.fossee.in/esim</a>.<hr>"; } //$result->rowCount() == 0 else { - $output .= "FOSSEE, IIT Bombay, along with VLSI System Design Corp. Pvt. Ltd conducted a 3-weeks high intensity Mixed Signal SoC design Marathon using eSim & SKY130. Close to 3000 students from all over India participated in this Marathon and close to 100+ students completed this marathon with brilliant circuit design ideas. The following participants have successfully completed designing the circuits. + $output .= "FOSSEE, IIT Bombay, along with Google and VLSI System Design Corp. Pvt. Ltd conducted a 3-weeks high intensity Mixed Signal SoC design Marathon using eSim & SKY130. Close to 3000 students from all over India participated in this Marathon and close to 100+ students completed this marathon with brilliant circuit design ideas. The following participants have successfully completed designing the circuits. More details about this event can be found here: <a href='https://hackathon.fossee.in/esim' target='_blank'>https://hackathon.fossee.in/esim</a>.<hr>"; $preference_rows = array(); $i = $result->rowCount(); |