Skip to content

Commit

Permalink
how to add demo code?
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Jan 5, 2024
1 parent 5ac5d20 commit 725eff0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
4 changes: 3 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ ul.email li img {
.footer {
background: #00275b;
padding-top: 90px;
color:white;
color: white;
}

.logo_footer {
Expand Down Expand Up @@ -1010,4 +1010,6 @@ ul.social_icon li a:hover {

.rsharp_name {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-weight: bolder;
color: #0e90ed;
}
17 changes: 10 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
<h1><span class="rsharp_name" style="font-size: 160px;">R#</span>
<br><span class="black">Programming Language</span>
</h1>
<p>Welcome,<br> <span clas="rsharp_name"
style="font-weight: bolder; color: #0e90ed; font-size: larger;">R#</span>
<p>Welcome,<br> <span class="rsharp_name" style="font-size: larger;">R#</span>
(/ˌɑːr ˈʃɑːrp/ ar SHARP) programming language is a kind of <a
href="https://www.r-project.org/">R</a> liked vectorized language
implements on .NET clr environment for the bioinformatics data analysis.</p>
Expand Down Expand Up @@ -140,13 +139,16 @@ <h1><span class="rsharp_name" style="font-size: 160px;">R#</span>
<div class="row">
<div class="col-md-6 offset-md-6">
<div class="titlepage text_align_right">
<h2>About R#</h2>
<p>The R# language its syntax is original derived from the R language, but with more modernized
programming styles. The R# language its interpreter and .NET compiler is original writen in
<h2>About <span class="rsharp_name">R#</span></h2>
<p>The <span class="rsharp_name">R#</span> language its syntax is original derived from the R
language, but with more modernized
programming styles. The <span class="rsharp_name">R#</span> language its interpreter and .NET
compiler is original writen in
VisualBasic language, with native support for the .NET runtime.

<br />
The R# language is not designed for the general programming purpose, and it is totaly open source
The <span class="rsharp_name">R#</span> language is not designed for the general programming
purpose, and it is totaly open source
and freely available at anytime.
</p>
<a class="read_more" href="https://github.com/rsharp-lang/R-sharp">Source on Github</a>
Expand Down Expand Up @@ -177,7 +179,8 @@ <h2>About R#</h2>
</ul>

<div>
R# is power by <a href="https://github.com/xieguigang/sciBASIC">sciBASIC#</a>
<span class="rsharp_name">R#</span> is power by <a
href="https://github.com/xieguigang/sciBASIC">sciBASIC#</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 725eff0

Please sign in to comment.