haha
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
<div id="cases">
|
||||
<div class="case">
|
||||
<div class="title">
|
||||
<entry>mathematics</entry>
|
||||
<phone>| ˌmaθ(ə)ˈmatɪks |</phone>
|
||||
</div>
|
||||
<div class="definition">
|
||||
<div class="qual">
|
||||
<genre>plural noun</genre>
|
||||
<extra>[usually treated as singular]</extra>
|
||||
</div>
|
||||
<div class="def">
|
||||
the abstract science of number, quantity, and space, either as abstract concepts (pure mathematics), or as applied to other disciplines such as physics and engineering (applied mathematics): <ex>a taste for mathematics.</ex>
|
||||
<div class="example">
|
||||
<li> <extra>[often treated as plural]</extra> the mathematical aspects of something: <ex>James immerses himself in the mathematics of baseball.</ex></li>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="origin">
|
||||
<or>origin</or>
|
||||
<div class="def">
|
||||
mid 16th century: plural of obsolete <xe>mathematic</xe> ‘mathematics’, from Old French <xe>mathematique</xe>, from Latin <xe>(ars) mathematica ‘mathematical (art)’</xe>, from Greek <xe>mathēmatikē (epistēmē)</xe>, from the base of <xe>manthanein ‘learn’</xe>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="case">
|
||||
<div class="title">
|
||||
<entry>artifice</entry>
|
||||
<phone>| ˈɑːtɪfɪs |</phone>
|
||||
</div>
|
||||
<div class="definition">
|
||||
<div class="qual">
|
||||
<genre>noun</genre>
|
||||
<extra>[mass noun]</extra>
|
||||
</div>
|
||||
<div class="def">
|
||||
clever or cunning devices or expedients, especially as used to trick or deceive others: <ex>an industry dominated by artifice</ex> | <extra>[count noun] : </extra> <ex>the style is not free from the artifices of the period.</ex>
|
||||
</div>
|
||||
</div>
|
||||
<div class="origin">
|
||||
<or>origin</or>
|
||||
<div class="def">
|
||||
early 16th century (in the sense ‘workmanship’): from Anglo-Norman French, from Latin <xe>artificium</xe>, based on <xe>ars</xe>, <xe>art- ‘art’</xe> + <xe>facere</xe> ‘make’. Late Middle English has the form <xe>artificie</xe>, directly from Latin.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,3 @@
|
||||
<div id="description">
|
||||
{{ desc }}
|
||||
</div>
|
||||
@@ -0,0 +1,3 @@
|
||||
<div id="footer">
|
||||
<img src="{{ footer_img }}"/>
|
||||
</div>
|
||||
@@ -0,0 +1,6 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
{% for item in css_items %}<link rel="stylesheet" type="text/css" href="{{ item }}">{% endfor %}
|
||||
{% for item in js_items %}<script type="module" src="{{ item }}"></script>{% endfor %}
|
||||
<title>{{ title }}</title>
|
||||
</head>
|
||||
@@ -0,0 +1,3 @@
|
||||
<div id="header">
|
||||
<ma>{{ title }}</ma>
|
||||
</div>
|
||||
@@ -0,0 +1,13 @@
|
||||
<div id="{{ section_id }}" class="section">
|
||||
<div class="section_header">
|
||||
<h2>{{ section_title }}</h2>
|
||||
</div>
|
||||
<div class="list">
|
||||
{% for item in section_items %}
|
||||
<details>
|
||||
<summary>{{ item.summary }}</summary>
|
||||
{{ item.detail }}
|
||||
</details>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user