(28 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
− | < | + | <style> |
− | + | :root{ | |
− | + | --main-bg-color: #ff7675; | |
− | + | } | |
− | + | *, | |
− | + | *::after, | |
− | + | *::before{ | |
+ | box-sizing: border-box; | ||
+ | } | ||
+ | html{ | ||
+ | font-size: .625em; | ||
+ | font-size: calc(1em * .625); | ||
+ | background: #f4f4f4; | ||
+ | -ms-text-size-adjust: 100%; | ||
+ | -webkit-text-size-adjust: 100%; | ||
+ | } | ||
+ | body{ | ||
+ | -webkit-font-smoothing: antialiased; | ||
+ | -moz-osx-font-smoothing: grayscale; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | font: normal 300 1.4em / 1.2 'Open-sans', helvetica, sans-serif; | ||
+ | color: #111; | ||
+ | } | ||
+ | a{ | ||
+ | text-decoration: none; | ||
+ | color: #111; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | ol, | ||
+ | ul{ | ||
+ | list-style: none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | img{ | ||
+ | max-width: 100%; | ||
+ | } | ||
+ | b, | ||
+ | strong{ | ||
+ | font-weight: 600; | ||
+ | } | ||
+ | hr{ | ||
+ | background: #111; | ||
+ | box-shadow: none; | ||
+ | border: none; | ||
+ | height: 1px; | ||
+ | width: 100%; | ||
+ | margin: 10px 0; | ||
+ | } | ||
+ | ::selection{ | ||
+ | background: var(--main-bg-color); | ||
+ | color: #fff; | ||
+ | } | ||
+ | ::-moz-selection{ | ||
+ | background: var(--main-bg-color); | ||
+ | color: #fff; | ||
+ | } | ||
− | + | .container{ | |
− | + | width: 100%; | |
− | + | max-width: 980px; | |
− | + | margin: 0 auto; | |
− | + | padding: 0 10px; | |
− | + | } | |
− | + | .wrapper{ | |
− | + | padding: 40px 0; | |
− | } | + | } |
− | + | .card{ | |
− | + | background: #fff; | |
− | + | border-radius: 6px; | |
− | + | box-shadow: 0px 2px 6px rgba(0, 0, 0, .1); | |
− | + | display: flex; | |
− | + | flex-direction: column; | |
− | } | + | transition: box-shadow .2s ease-in-out; |
− | + | } | |
− | + | .card__picture{ | |
− | + | display: block; | |
− | + | width: 100%; | |
− | + | height: auto; | |
− | + | border-top-left-radius: 6px; | |
− | + | border-top-right-radius: 6px; | |
− | } | + | } |
− | + | .card-infos{ | |
− | + | padding: 20px; | |
− | + | background: #fff; | |
− | + | border-bottom-left-radius: 6px; | |
− | + | border-bottom-right-radius: 6px; | |
− | + | } | |
− | + | .card__title{ | |
− | + | font-family: 'Hind'; | |
− | + | font-size: 1.8rem; | |
− | + | font-weight: 600; | |
− | } | + | line-height: 1.4; |
− | + | margin: 0 0 10px; | |
− | + | } | |
− | + | .card__text{ | |
− | + | font-size: 1.4rem; | |
− | + | font-weight: 300; | |
− | + | margin: 0; | |
− | + | color: #86888A; | |
− | + | } | |
− | + | .card__text--high{ | |
− | + | font-weight: 600; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | . | + | .header{ |
− | + | background: var(--main-bg-color); | |
− | + | height: 160px; | |
− | + | display: flex; | |
− | + | } | |
− | + | .header__title{ | |
− | + | margin: auto; | |
− | + | font-weight: 300; | |
− | + | font-size: 3.2rem; | |
− | + | color: #fff; | |
− | + | } | |
− | + | .header__title--high{ | |
− | + | font-weight: 600; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | . | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | . | + | |
− | + | ||
− | } | + | |
− | . | + | .sortable__nav{ |
− | + | display: flex; | |
− | + | justify-content: center; | |
− | + | margin-bottom: 20px; | |
− | } | + | } |
− | . | + | .nav__link{ |
− | + | padding: 0 20px 4px; | |
− | + | color: #fff; | |
− | + | font-size: 1.4rem; | |
− | + | font-weight: 300; | |
− | } | + | display: block; |
− | . | + | border-bottom: 2px solid transparent; |
− | + | } | |
− | } | + | .nav__link.is-active{ |
+ | border-color: var(--main-bg-color); | ||
+ | } | ||
− | . | + | .footer__list.list{ |
− | + | display: flex; | |
− | + | justify-content: space-between; | |
− | + | align-items: center; | |
− | } | + | } |
− | . | + | .list__item.item{ |
− | + | display: flex; | |
− | + | } | |
− | + | .item__link.link{ | |
− | + | margin: 0; | |
− | + | } | |
− | + | .item__link.link:not(:first-child){ | |
− | } | + | margin-left: 20px; |
− | . | + | } |
− | + | .link__icon{ | |
− | } | + | height: 2rem; |
+ | width: 2rem; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
+ | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</head> | </head> | ||
<body style="padding: 0px; background-color: rgb(84,146,197);"> | <body style="padding: 0px; background-color: rgb(84,146,197);"> | ||
<div class="container-fluid"> | <div class="container-fluid"> | ||
− | |||
</div> | </div> | ||
− | <div class="container-fluid" style=" | + | <div class="container-fluid" style="padding: 0px; margin-top: 35px"> |
− | < | + | <img src="https://static.igem.org/mediawiki/2018/b/b8/T--XJTLU-CHINA--hezhao.png" style="width: 100%"> |
− | + | ||
− | + | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <div class="container-fluid" style="background-color: white; padding-bottom: 50px" id="learnMore"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | <p style="text-align: center; margin-top: 50px; font-size: 25px">OUR MEMBER & BACKUP FORCE</p> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div class="row" style="margin-top: 50px; margin-bottom: 50px"> | |
− | + | <div class="col-xs-1"></div> | |
+ | <div class="col-xs-10"> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <div class="row"> | ||
+ | <div class="col-xs-3"> | ||
+ | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/c/c6/T--XJTLU-CHINA--fanghaohui.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | ||
+ | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | ||
+ | <h2 class="card__title">Haohui Fang</h2> | ||
+ | <p style="font-size: 15px"> | ||
+ | Major: Year 2 Biological Sciences<br> | ||
+ | Interests: Socializing, watching sports games, participating pubic activities, exchanging insights on a specific topic.<br> | ||
+ | Motto: Always seeking the unknown, keeping daily refreshed, accepting new challenges. Finally back to the unpretentious, reaching internal resonance. | ||
+ | </p> | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/a/a6/T--XJTLU-CHINA--wumian.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Mian Wu</h2> | |
− | + | <p style="font-size: 15px"> | |
− | + | Major: Applied Mathemantics.<br> | |
− | + | Interests: R&B, play go game.<br> | |
− | + | Motto: Complex is better than complicated.<br> | |
− | + | Though the math rely on calculation, but why not give the task to computer programs. | |
− | + | </p> | |
− | </ | + | |
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/f/ff/T--XJTLU-CHINA--hanguoxia.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Dr. Guoxia Han</h2> | |
− | + | <p style="font-size: 15px"> | |
− | + | Position:Associate Professor of Department of Biological Sciences.<br> | |
− | + | </p> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div class="col-xs-3"> | ||
+ | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/5/5a/T--XJTLU-CHINA--david.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | ||
+ | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | ||
+ | <h2 class="card__title">Dr. David, Sung Kay, Chiu</h2> | ||
+ | <p style="font-size: 15px"> | ||
+ | Position: Associate Professor of Department of Biological Sciences. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | |||
+ | <div class="row" style="margin-top: 30px"> | ||
+ | <div class="col-xs-3"> | ||
+ | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/c/c5/T--XJTLU-CHINA--zhendi.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | ||
+ | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | ||
+ | <h2 class="card__title">Di Zhen</h2> | ||
+ | <p style="font-size: 15px"> | ||
+ | Major: Year 1/Bioinformatics.<br> | ||
+ | Interests: Love biology and programming, two amazing things in the world. Also, Playing the piano.<br> | ||
+ | Motto: No challenge, no change. | ||
+ | </p> | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/d/d6/T--XJTLU-CHINA--shihanfu.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Hanfu Shi</h2> | |
− | + | <p style="font-size: 15px"> | |
− | + | Major: Year 2 Bioinformatics.<br> | |
− | + | Interest: Comics.<br> | |
− | + | </p> | |
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/c/ca/T--XJTLU-CHINA--wanghanpu.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Hanpu Wang</h2> | |
− | + | <p style="font-size: 15px"> | |
− | + | Major: Year 1 Biological Sciences<br> | |
− | + | Interests: love biology and doing research, especially finding out unknown molecular mechanisms inside cells. | |
− | + | I like arts, all kinds of poems & music. I am always curious. | |
− | + | </p> | |
− | </ | + | |
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/f/f7/T--XJTLU-CHINA--niqinyu.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Qinyu Ni</h2> | |
− | + | <p style="font-size: 15px"> | |
− | + | Major: Year 1 Bioinformatics<br> | |
− | + | Interests: rock music, classical literature and delicacy.<br> | |
− | + | Motto: Carpe diem. viva la vida. | |
− | + | </p> | |
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <div class="row" style="margin-top: 30px"> | ||
+ | <div class="col-xs-3"> | ||
+ | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/0/0a/T--XJTLU-CHINA--xudechang.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | ||
+ | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | ||
+ | <h2 class="card__title">Prof. Dechang Xu</h2> | ||
+ | <p style="font-size: 15px"> | ||
+ | Director of Research Office, XJTLU.<br> | ||
+ | Deputy director of International Technology Transfer Centre. | ||
+ | </p> | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/7/7f/T--XJTLU-CHINA--haopingcheng.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Haoping Cheng</h2> | |
− | + | <p style="font-size: 15px"> | |
− | + | Major: Year 2, Biological Sciences.<br> | |
− | + | Interests: Games and Traveling.<br> | |
− | </ | + | Motto: Be happy for this moment. This moment is your life. |
− | + | </p> | |
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/b/be/T--XJTLU-CHINA--wuxuxuan.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Yuxuan Wu</h2> | |
− | + | <p style="font-size: 15px"> | |
− | + | Major: Year 1 Bioinformatics.<br> | |
− | + | Interests: Reading novels; Watching movies; Daydreaming.<br> | |
− | </ | + | Motto: Real change can only come from within. |
− | + | </p> | |
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/c/c6/T--XJTLU-CHINA--yangzeyu.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Zeyu Yang</h2> | |
− | + | <p style="font-size: 15px"> | |
− | + | Major: Year 2, Information and Computing Science.<br> | |
− | + | </p> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | </div> | |
− | + | <div class="row" style="margin-top: 30px"> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/4/40/T--XJTLU-CHINA--zhongyunpeng.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Mr. Yunpeng Zhong</h2> | |
− | + | <p style="font-size: 15px"> | |
− | + | ||
− | + | ||
+ | </p> | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/a/a6/T--XJTLU-CHINA--gongyijing.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Yijing Gong</h2> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/a/a8/T--XJTLU-CHINA--junlianglin.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Junliang Lin</h2> | |
− | + | <p style="font-size: 15px"> | |
− | + | Major: Year 2 Biological Sciences.<br> | |
− | + | Interests: Biomedical and human remodeling.<br> | |
− | + | Motto: ”God's in his heaven, all's right with the world.” | |
− | + | </p> | |
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/b/b8/T--XJTLU-CHINA--chenliuhua.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Liuhua Chen</h2> | |
− | < | + | <p style="font-size: 15px"> |
− | </ | + | Major: 2nd year Biology.<br> |
+ | Interest: Cooking and Baking.<br> | ||
+ | Motto: Every step counts. | ||
+ | </p> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | + | <div class="row" style="margin-top: 30px"> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/9/90/T--XJTLU-CHINA--chaipeng.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Peng Chai</h2> | |
− | + | <p style="font-size: 15px"> | |
− | + | Major: Year two student Biological Sciences.<br> | |
− | < | + | Interests: Explore the world and enjoy my life.<br> |
− | </ | + | Motto: How time flies, be with someone interesting.<br> |
+ | </p> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div class="col-xs-3"> | ||
+ | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | ||
+ | <img src="./images/miaoYanLi.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | ||
+ | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | ||
+ | <h2 class="card__title">Miaoyan.Li</h2> | ||
+ | Major: Year two Biological Sciences.<br> | ||
+ | Interest: Piano.<br> | ||
+ | Motto: You are filled with determination. | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-xs-3"> | ||
+ | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | ||
+ | <img src="./images/ziXinRong.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | ||
+ | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | ||
+ | <h2 class="card__title">Zixin Rong</h2> | ||
+ | <p style="font-size: 15px"> | ||
− | + | </p> | |
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div class="col-xs-3"> | ||
+ | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | ||
+ | <img src="./images/siHongYu.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | ||
+ | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | ||
+ | <h2 class="card__title">Sihong Yu</h2> | ||
+ | <p style="font-size: 15px"> | ||
+ | Major: Year 3 Biological Sciences.<br> | ||
+ | Interests: Running and music. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | + | <div class="row" style="margin-top: 30px"> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="./images/shiYuLiu.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Shiyu Liu</h2> | |
− | + | <p style="font-size: 15px"> | |
− | + | Major: Year 2 Biological Sciences.<br> | |
− | + | Interest: Bird photographing.<br> | |
− | + | I think that biology is a path for human to understand their connection with every other thing exists, and revere them as we recognize how little we know about ourselves. | |
− | + | </p> | |
</div> | </div> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-xs-3"> | |
− | + | <div style="box-shadow: 0px 0px 4px rgba(0,0,0,0.47); height: 500px; border-radius: 5px"> | |
− | + | <img src="./images/xiaoHanZhang.png" style="border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%"> | |
− | + | <div style="margin-left: 10px; margin-top: 10px; margin-right: 10px;"> | |
− | + | <h2 class="card__title">Xiaohan Zhang</h2> | |
− | + | <p> | |
− | + | Year: 2 Major: Applied Chemistry.<br> | |
− | + | Interests: Psychology and travel enthusiast.<br> | |
− | + | ||
− | + | </p> | |
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | |||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</div> | </div> | ||
− | </ | + | <div class="col-xs-1"></div> |
+ | </div> | ||
− | |||
− | |||
− | |||
</div> | </div> | ||
Line 556: | Line 506: | ||
<div class="container-fluid" style="margin-top: 50px"> | <div class="container-fluid" style="margin-top: 50px"> | ||
<div class="row" style="padding: 0px 100px"> | <div class="row" style="padding: 0px 100px"> | ||
− | <div class="col-md-4" style="padding: | + | <div class="col-md-4" style="padding-left:5%; padding-right:5%;"> |
− | + | <div style="height: 100%"> | |
− | + | <img style="margin-top: 50px; width: 100%" src="https://static.igem.org/mediawiki/2018/3/3a/T--XJTLU-CHINA--qide.png"> | |
− | + | <img style="margin-top: 70px; width: 100%" src="https://static.igem.org/mediawiki/2018/3/3d/T--XJTLU-CHINA--NEB_logo.png"> | |
− | + | ||
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-md-4" style="padding:0 5%;"> | |
− | + | <div style="height: 100%"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/b/b9/T--XJTLU-CHINA--genscript.png" style="width: 100%"> | |
− | + | <img style="margin-top: 30px; width: 100%" src="https://static.igem.org/mediawiki/2018/0/02/T--XJTLU-CHINA--xjtlubio.png"> | |
</div> | </div> | ||
− | + | </div> | |
− | + | <div class="col-md-4" style="padding:0 5%;"> | |
− | + | <div> | |
− | + | <img style="margin-top: 60px; width: 100%" src="https://static.igem.org/mediawiki/2018/3/36/T--XJTLU-CHINA--math.png"> | |
− | + | <img style="margin-top: 100px; width: 100%" src="https://static.igem.org/mediawiki/2018/0/0a/T--XJTLU-CHINA--Synbio.png"> | |
</div> | </div> | ||
</div> | </div> | ||
+ | |||
</div> | </div> | ||
</div> | </div> | ||
Line 583: | Line 533: | ||
<div class="col-md-4"> | <div class="col-md-4"> | ||
<div> | <div> | ||
− | <p style="font-size: 26px; color: white;">Location</p> | + | <p style="font-size: 26px; font-family:'Open-Sans-L'; color: white;">Location</p> |
</div> | </div> | ||
<div> | <div> | ||
− | <p style="line-height: 15px; font-size: 16px; color: white;">Rm 363, Science Building</p> | + | <p style="line-height: 15px; font-size: 16px;font-family:'Lato-Light'; color: white;">Rm 363, Science Building</p> |
− | <p style="line-height: 15px; font-size: 16px; color: white;">Xi'an Jiaotong-Liverpool University</p> | + | <p style="line-height: 15px; font-size: 16px;font-family:'Lato-Light'; color: white;">Xi'an Jiaotong-Liverpool University</p> |
− | <p style="line-height: 15px; font-size: 16px; color: white;">111 Ren'ai Road, Suzhou, China</p> | + | <p style="line-height: 15px; font-size: 16px;font-family:'Lato-Light'; color: white;">111 Ren'ai Road, Suzhou, China</p> |
− | <p style="line-height: 16px; font-size: 16px; color: white;">215123</p> | + | <p style="line-height: 16px; font-size: 16px;font-family:'Lato-Light'; color: white;">215123</p> |
</div> | </div> | ||
</div> | </div> | ||
<div class="col-md-4"> | <div class="col-md-4"> | ||
<div> | <div> | ||
− | <p style="font-size: 26px; color: white;">Social</p> | + | <p style="font-size: 26px; font-family:'Open-Sans-L'; color: white;">Social</p> |
</div> | </div> | ||
<div> | <div> | ||
− | <p style="line-height: 15px; font-size: 16px; color: white;">FB</p> | + | <p style="line-height: 15px; font-size: 16px;font-family:'Lato-Light'; color: white;">FB</p> |
</div> | </div> | ||
</div> | </div> | ||
<div class="col-md-3"> | <div class="col-md-3"> | ||
<div> | <div> | ||
− | <p style="font-size: 26px; | + | <p style="font-size: 26px; font-family:'Open-Sans-L'; color: white;">Get in touch</p> |
</div> | </div> | ||
<div> | <div> | ||
− | <p style="line-height: 15px; font-size: 16px; color: white;">igem@xjtlu.edu.cn</p> | + | <p style="line-height: 15px; font-size: 16px;font-family:'Lato-Light'; color: white;">igem@xjtlu.edu.cn</p> |
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 03:44, 18 October 2018
OUR MEMBER & BACKUP FORCE
Haohui Fang
Major: Year 2 Biological Sciences
Interests: Socializing, watching sports games, participating pubic activities, exchanging insights on a specific topic.
Motto: Always seeking the unknown, keeping daily refreshed, accepting new challenges. Finally back to the unpretentious, reaching internal resonance.
Mian Wu
Major: Applied Mathemantics.
Interests: R&B, play go game.
Motto: Complex is better than complicated.
Though the math rely on calculation, but why not give the task to computer programs.
Dr. Guoxia Han
Position:Associate Professor of Department of Biological Sciences.
Dr. David, Sung Kay, Chiu
Position: Associate Professor of Department of Biological Sciences.
Di Zhen
Major: Year 1/Bioinformatics.
Interests: Love biology and programming, two amazing things in the world. Also, Playing the piano.
Motto: No challenge, no change.
Hanfu Shi
Major: Year 2 Bioinformatics.
Interest: Comics.
Hanpu Wang
Major: Year 1 Biological Sciences
Interests: love biology and doing research, especially finding out unknown molecular mechanisms inside cells.
I like arts, all kinds of poems & music. I am always curious.
Qinyu Ni
Major: Year 1 Bioinformatics
Interests: rock music, classical literature and delicacy.
Motto: Carpe diem. viva la vida.
Prof. Dechang Xu
Director of Research Office, XJTLU.
Deputy director of International Technology Transfer Centre.
Haoping Cheng
Major: Year 2, Biological Sciences.
Interests: Games and Traveling.
Motto: Be happy for this moment. This moment is your life.
Yuxuan Wu
Major: Year 1 Bioinformatics.
Interests: Reading novels; Watching movies; Daydreaming.
Motto: Real change can only come from within.
Zeyu Yang
Major: Year 2, Information and Computing Science.
Mr. Yunpeng Zhong
Yijing Gong
Junliang Lin
Major: Year 2 Biological Sciences.
Interests: Biomedical and human remodeling.
Motto: ”God's in his heaven, all's right with the world.”
Liuhua Chen
Major: 2nd year Biology.
Interest: Cooking and Baking.
Motto: Every step counts.
Peng Chai
Major: Year two student Biological Sciences.
Interests: Explore the world and enjoy my life.
Motto: How time flies, be with someone interesting.
Miaoyan.Li
Major: Year two Biological Sciences.Interest: Piano.
Motto: You are filled with determination.
Zixin Rong
Sihong Yu
Major: Year 3 Biological Sciences.
Interests: Running and music.
Shiyu Liu
Major: Year 2 Biological Sciences.
Interest: Bird photographing.
I think that biology is a path for human to understand their connection with every other thing exists, and revere them as we recognize how little we know about ourselves.
Xiaohan Zhang
Year: 2 Major: Applied Chemistry.
Interests: Psychology and travel enthusiast.
Collaborators and Supporters
Location
Rm 363, Science Building
Xi'an Jiaotong-Liverpool University
111 Ren'ai Road, Suzhou, China
215123
Social
FB
Get in touch
igem@xjtlu.edu.cn