summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202022-11-25 17:00:35 +0530
committerSashi202022-11-25 17:00:35 +0530
commitcc0d7ad9a00f344c482f671a5b3a84d830af4141 (patch)
tree3f7c372eaffaea441c621d5d2b622f80ebcd01f2
parent7b4dd3a997c505cc38132c21060bf2b6930cd2d6 (diff)
downloadesim_hackathon_submission-cc0d7ad9a00f344c482f671a5b3a84d830af4141.tar.gz
esim_hackathon_submission-cc0d7ad9a00f344c482f671a5b3a84d830af4141.tar.bz2
esim_hackathon_submission-cc0d7ad9a00f344c482f671a5b3a84d830af4141.zip
Update text on completed circuits page
-rw-r--r--hackathon_submission.module4
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();